Skip to content

[C++ Frontend] own dataset example #506

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

nocotan
Copy link

@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
Member

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.

None yet

3 participants