8 lines
226 B
Bash
8 lines
226 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/cifar10_tutorial_config.json
|