Upload apex-master/tests/L1/cross_product/run.sh with huggingface_hub
Browse files
apex-master/tests/L1/cross_product/run.sh
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
# DATADIR="/home/mcarilli/Desktop/pt18data/apex_stale/examples/imagenet/bare_metal_train_val/"
|
| 4 |
+
# DATADIR="/opt/home/apex/examples/imagenet/"
|
| 5 |
+
cp ../common/* .
|
| 6 |
+
bash run_test.sh single_gpu $1
|