Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting magenta-demos to C# #42

Open
dirkmcpherson opened this issue Jul 26, 2018 · 5 comments
Open

Porting magenta-demos to C# #42

dirkmcpherson opened this issue Jul 26, 2018 · 5 comments

Comments

@dirkmcpherson
Copy link

Hey I'm about to start porting over the sketchRNN demo to c#. Before I start I was wondering whether you knew of any resources I could use a starting point or had any advice, it seems like it'll be at least a 40 hour job so any help would be appreciated.

Thanks for making these demos public, they're really interesting and cool.

@twobob
Copy link

twobob commented Jul 29, 2018

Are you porting them in the sense of creating a cradle that calls the extant python installation and just mirroring the functionality via wrapping the response?

@dirkmcpherson
Copy link
Author

@twobob right now I'm just porting one of the demos for use in a project I'm working on, so I'm doing the simplest thing and building in a system to read the pre-trained weights, recreate the RNN, pass in a user's interaction, and get out the result.

@hardmaru
Copy link
Contributor

hardmaru commented Jul 30, 2018 via email

@dirkmcpherson
Copy link
Author

@hardmaru thanks! No worries on further support its always really helpful to have multiple examples of the same idea. Definitely helps understanding.

@dirkmcpherson
Copy link
Author

@hardmaru hey thanks for linking your port, it definitely helped conceptualize what was going on. You don't have temperature in your sample method, just a heads up that I wasn't able to get anything that looked remotely as good as the demo without incorporating the softmax temperature stuff in the example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants