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

ML examples #20

Open
philpax opened this issue Jul 12, 2022 · 2 comments
Open

ML examples #20

philpax opened this issue Jul 12, 2022 · 2 comments
Labels
question Further information is requested

Comments

@philpax
Copy link

philpax commented Jul 12, 2022

Hi there!

This is a really cool library and I'm excited to try it out (especially after spending several hours fighting my environment to get tch-rs working >_> - still haven't, suspect it's easier to rewrite in mushin instead!)

That being said, I'm still a bit of a novice at ML, and would appreciate some applied examples to see how you might port e.g. one of the PyTorch examples over. (I'm particularly interested in making a GAN or a VAE, but don't let that influence your choice!)

No rush on this, but it'd be nice to have, especially for other people who'd like to better understand how to use the library 🙂

(Unrelated: is there any kind of roadmap for what you're planning on implementing next / would like to see implemented?)

@c0dearm
Copy link
Owner

c0dearm commented Jul 13, 2022

Hi! 😄

It is good you ask about this because actually I am currently working on writing a MNIST digit recognition based on this.

So it should be ready any time soon. I have one stopper which I am trying to solve, which is that when writing the model and chaining multiple layers, I get into a trait bound hell, something similar to what is discussed in this Reddit thread. Of course I want to make it easy for final library users to write their own neural network models so at the same time I am writing the MNIST example I am also doing some refactors of the library to provide the best experience possible.

But yeah, answer is, I am working on it. For now I have only planned to write the MNIST example but I don't discard implementing a GAN afterwards too.

Regarding the Roadmap, for now I don't have very long term planning. But I do have a short time one that also helps me to organize my work, I use a GitHub project for this. It is public, so you should be able to see the status of different tasks. For now the goal is to have this MNIST example fully working and release version 0.6.0 with it.

@c0dearm c0dearm added the question Further information is requested label Jul 13, 2022
@philpax
Copy link
Author

philpax commented Jul 13, 2022

Awesome! Thank you, that sounds promising - looking forward to it 😄

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

No branches or pull requests

2 participants