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

Using own training dataset #2

Open
pwrstudio opened this issue Nov 22, 2018 · 0 comments
Open

Using own training dataset #2

pwrstudio opened this issue Nov 22, 2018 · 0 comments

Comments

@pwrstudio
Copy link

Hi!

I feel like I am missing something basic here, but trying to train this on the omniglot dataset with thsi command:

floyd run \
--gpu \
--env pytorch-0.2 \
--data feiqinyu/datasets/omniglot/1:omni \
"python main.py --dataset omni --dataroot /omni --outf trained_models --cuda --ngpu 1 --niter 20"

I run into the following problem:

2018-11-22 01:12:25 PSTRun Output:
2018-11-22 01:12:25 PSTStarting services.
2018-11-22 01:12:25 PSTsupervisor: unrecognized service
2018-11-22 01:12:26 PSTNamespace(batchSize=64, beta1=0.5, cuda=True, dataroot='/omni', dataset='omni', imageSize=64, lr=0.0002, manualSeed=None, ndf=64, netD='', netG='', ngf=64, ngpu=1, niter=20, nz=100, outf='trained_models', workers=2)
2018-11-22 01:12:26 PSTRandom Seed:  1734
2018-11-22 01:12:26 PSTTraceback (most recent call last):
2018-11-22 01:12:26 PSTFile "main.py", line 85, in <module>
2018-11-22 01:12:26 PSTassert dataset
2018-11-22 01:12:26 PSTNameError: name 'dataset' is not defined

Any pointers on where I go wrong would be much appreciated!

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