-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add documentation how to use the trained network #78
Comments
Did you figure it out? |
Unfortunately not. |
Thanks! I will get it today out of necessity. I'll report back and maybe make a pull request. |
sc_noloss = SimpleChains.remove_loss(sc)
sc(x, p) should give the predicted value. |
Thanks! Here's my entire script heavily based on the examples. It's REPL, so you'll need to slap some prints in there to run it as a script.
|
I agree that this is incredibly important! I spent the last 2 hours trying to figure out the simplest and most important thing: How to use the trained network. I should have come to the issues from the beginning since it was apparent I would be one of many with this question. But this has to be the first thing in the documentation. |
Technically, there is an example in the docs but it's very hidden away and I also did not find it before I knew exactly what to look for. @chriselrod , would it make sense to add @wardjm 's example in the docs? |
All the examples in the documentation stop after the training. How to apply the trained model to new input data is missing or should be made more obvious.
The text was updated successfully, but these errors were encountered: