Skip to content

[C++ Frontend] own dataset example#506

Open
nocotan wants to merge 4 commits intopytorch:mainfrom
nocotan:cpp_own_dataset_example
Open

[C++ Frontend] own dataset example#506
nocotan wants to merge 4 commits intopytorch:mainfrom
nocotan:cpp_own_dataset_example

Conversation

@nocotan
Copy link
Copy Markdown

@nocotan nocotan commented Feb 14, 2019

This is an implementation example of own dataset using PyTorch C ++ Frontend.

The test_data is a pair of images and labels.

$ cat ../test_data/labels.txt
image1.jpg,0
image2.jpg,0
image3.jpg,1

@soumith
Copy link
Copy Markdown
Contributor

soumith commented Mar 1, 2019

cc: @yf225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants