-
Notifications
You must be signed in to change notification settings - Fork 59
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
Make the first training example in the Sequential guide pass #8
Comments
It seems that in order to complete this task, it might be necessary to implement tf.cond first, which can be implemented as a temporary extension method in https://github.com/cesarsouza/keras-sharp/blob/master/Sources/TensorFlowSharpEx.cs and then contributed to migueldeicaza/TensorFlowSharp#120 |
…ide pass. The next step is to implement the RMSProp learning algorithm.
Almost there, the next step is to implement the RMSProp algorithm. |
…ide pass. Adding the RMSProp algorithm.
Added. Now waiting for migueldeicaza/TensorFlowSharp#25 |
Added in 4520154 |
Which is currently located at https://github.com/cesarsouza/keras-sharp/blob/master/Tests/SequentialTest.cs#L503
The text was updated successfully, but these errors were encountered: