-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When I run this - pipenv run python training/run_experiment.py --save '{"dataset": "EmnistDataset", "model": "CharacterModel", "network": "mlp", "train_args": {"batch_size": 256}}'
I get an error saying this , please help
2020-12-10 14:38:10.508059: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library cudart64_101.dll
usage: run_experiment.py [-h] [--gpu GPU] [--save] [--nowandb]
experiment_config
run_experiment.py: error: unrecognized arguments: EmnistDataset, model: CharacterModel, network: mlp, train_args: {batch_size: 256}}'
Do I need to manually install datasets or something?
Metadata
Metadata
Assignees
Labels
No labels