Basic usage
python3 -u -m energize.main \
-d <dataset_name> \
-c <config_path> \
-g <grammar_path> \
-r <#run> \
--gpu-enabledpython3 -u -m energize.main \
-d mnist \
-c example/example_config.json \
-g example/energize.grammar \
-r 0 \
--gpu-enabledbash batch.sh example/example_config.json example/energize.grammar fashion-mnist 5Command-line flags
Last updated