-
Notifications
You must be signed in to change notification settings - Fork 507
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
Complete beginner help please #202
Comments
Hi, Cheers, |
By the way, there are other projects that do very similar things to this one, you may want to take a look in case they are easier to get started. One example: https://github.com/karpathy/char-rnn |
Hi, |
I'm basically a complete beginner too, and so far have successfully got this one installed and working: https://gist.github.com/karpathy/d4dee566867f8291f086 It's the simplest one I could find. I also used a bunch of the guides here: https://machinelearningmastery.com/machine-learning-in-python-step-by-step/ That enabled me to get the basic stuff installed that everything else was dependent on. When I hit error codes, I googled the errors, and in the process got it running in Python 3.something. Good luck! |
Hi,
I do not have a background in coding, at all, but I do have a thinkpad that dual boots Windows (for gaming) and Ubuntu Creative Studio (for everything else) and I thought that getting torch-rnn working might be a nice project to introduce me to stuff (like github and python and stuff) but I'm having difficulty with getting it all working and all of the guides and FAQ type things that I can find either don't mention the problem I am having or assume a level of knowledge that I don't have. For example I am certain that I've installed a bunch of packages in places that they are not required.
Does a guide for complete beginners exist? Can I be part of making one (with help obviously!)? Can anyone help me out?
The text was updated successfully, but these errors were encountered: