Skip to content

New Examples #160

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 29 commits into from
Aug 29, 2017
Merged

New Examples #160

merged 29 commits into from
Aug 29, 2017

Conversation

aymericdamien
Copy link
Owner

  • 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

@aymericdamien aymericdamien merged commit 90bb4de into master Aug 29, 2017
@aymericdamien aymericdamien deleted the update branch August 29, 2017 14:52
world2005 pushed a commit to world2005/TensorFlow-Examples that referenced this pull request Sep 4, 2017
* 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
@SrutiBh
Copy link

SrutiBh commented Nov 6, 2017

unicodeescape error is coming whenever I'm trying to read datapath. what to do?

@SrutiBh
Copy link

SrutiBh commented Nov 6, 2017

In [46]: def read_images(dataset_path, mode, batch_size):
...: imagepaths, labels = list(), list()
...: if mode == 'fyp.txt':
...: data=open(dataset_path, 'r').read().splitlines()
File "", line 4
data=open(dataset_path, 'r').read().splitlines()
^
IndentationError: expected an indented block

how to fix this?

imagepaths, labels = list(), list()
if mode == 'file':
# Read dataset file
data = open(dataset_path, 'r').read().splitlines()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to fix this?

In [46]: def read_images(dataset_path, mode, batch_size):
...: imagepaths, labels = list(), list()
...: if mode == 'fyp.txt':
...: data=open(dataset_path, 'r').read().splitlines()
File "", line 4
data=open(dataset_path, 'r').read().splitlines()
^
IndentationError: expected an indented block

jskDr pushed a commit to jskDr/TensorFlow-Examples that referenced this pull request Nov 12, 2017
* 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
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.

4 participants