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

curl for omniglot not working #31

Closed
dhanajitb opened this issue Feb 18, 2020 · 4 comments
Closed

curl for omniglot not working #31

dhanajitb opened this issue Feb 18, 2020 · 4 comments

Comments

@dhanajitb
Copy link

When I ran
PYTHONPATH=pwd/..:$PYTHONPATH python3 train_main.py --dataset='omniglot'
It gave the following error:
Traceback (most recent call last): File "train_main.py", line 79, in <module> app.run(main) File "/data1/dhanajit/anaconda3/envs/curl/lib/python3.6/site-packages/absl/app.py", line 299, in run _run_main(main, args) File "/data1/dhanajit/anaconda3/envs/curl/lib/python3.6/site-packages/absl/app.py", line 250, in _run_main sys.exit(main(argv)) File "train_main.py", line 75, in main use_supervised_replay=False, File "/data1/dhanajit/Projects/2020/deepmind-research/curl/training.py", line 555, in run_training n_concurrent_classes, image_key, label_key) File "/data1/dhanajit/Projects/2020/deepmind-research/curl/training.py", line 129, in get_data_sources **dataset_kwargs) TypeError: FunctionWrapper object got multiple values for keyword argument 'split

@saehoonkim
Copy link

I have the same issue for running omniglot. It seems that tfds in tf 1.14 doesn't support omniglot in this setting.

@drao2
Copy link
Contributor

drao2 commented Feb 19, 2020

Thanks for raising this issue. I'm looking into it and hope to have a fix in the next few days.

@drao2
Copy link
Contributor

drao2 commented Feb 26, 2020

This should now be fixed.

@dhanajitb
Copy link
Author

Yes, it's working now.

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

3 participants