8 lines
225 B
Bash
8 lines
225 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd ..
|
||
|
export DATASET_DIR="data/"
|
||
|
# Activate the relevant virtual environment:
|
||
|
|
||
|
python train_evaluate_emnist_classification_system.py --filepath_to_arguments_json_file experiment_configs/emnist_tutorial_config.json
|