Skip to content

Fixed Typo (#158) #1

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

Merged
merged 12 commits into from
Oct 24, 2017
Merged

Fixed Typo (#158) #1

merged 12 commits into from
Oct 24, 2017

Conversation

flysky1991
Copy link
Owner

No description provided.

solaris33 and others added 12 commits July 30, 2017 14:27
* Added basic models examples (kmeans, random forest, ...)
* Added API examples (layers, estimator, ...)
* Added other examples (Multi-GPU, build a dataset, ...)
* Notebook refactoring with new header and more details
It's JSON. just missing a comma.
```python
# Display logs per epoch step
        if (epoch+1) % display_epoch == 0:
            print("Epoch:", '%04d' % (epoch+1), "cost=", "{:.9f}".format(avg_cost))
```
* Simplify code

* Simplify code in dynamic_rnn.ipynb
@flysky1991 flysky1991 merged commit a2f3855 into flysky1991:master Oct 24, 2017
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

Successfully merging this pull request may close these issues.