You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: