...
Ensure the virtual environment is prepared as described in MLPerf Inference
Activate the virtual environment first and then
...
Mount the NFS drive with the already downloaded data Cambridge Colo data server
Code Block |
---|
export DATA_DIR=/mnt/datasets/data/CK-TOOLS/dataset-imagenet-ilsvrc2012-val-min export MODEL_DIR=/mnt/datasets/data/models cd ~/src/inference/vision/classification_and_detection ./run_local.sh tf resnet50 |