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

Make the first training example in the Sequential guide pass #8

Closed
cesarsouza opened this issue Aug 23, 2017 · 4 comments
Closed

Make the first training example in the Sequential guide pass #8

cesarsouza opened this issue Aug 23, 2017 · 4 comments
Assignees

Comments

@cesarsouza
Copy link
Owner

Which is currently located at https://github.com/cesarsouza/keras-sharp/blob/master/Tests/SequentialTest.cs#L503

@cesarsouza
Copy link
Owner Author

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

cesarsouza added a commit that referenced this issue Aug 27, 2017
…ide pass.

The next step is to implement the RMSProp learning algorithm.
@cesarsouza cesarsouza self-assigned this Aug 27, 2017
@cesarsouza
Copy link
Owner Author

Almost there, the next step is to implement the RMSProp algorithm.

cesarsouza added a commit that referenced this issue Aug 27, 2017
@cesarsouza
Copy link
Owner Author

Added. Now waiting for migueldeicaza/TensorFlowSharp#25

@cesarsouza
Copy link
Owner Author

Added in 4520154

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

1 participant