From d9cc36fdbadd484baa831632e06fed8f8552a617 Mon Sep 17 00:00:00 2001 From: Neta Zmora <neta.zmora@intel.com> Date: Tue, 1 May 2018 19:04:03 +0300 Subject: [PATCH] fix path to dataset in the SSL channels example --- examples/ssl/ssl_channels-removal_training.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ssl/ssl_channels-removal_training.yaml b/examples/ssl/ssl_channels-removal_training.yaml index f8b5130..f9d3d8d 100755 --- a/examples/ssl/ssl_channels-removal_training.yaml +++ b/examples/ssl/ssl_channels-removal_training.yaml @@ -4,7 +4,7 @@ # We also found channel regualarization to be hard to accomplish in general, and we think this is due to the large size # of the channel structure. # -# time python3 compress_classifier.py --arch resnet20_cifar ../data.cifar10 -p=50 --lr=0.3 --epochs=180 --compress=../ssl/ssl_channels-removal_training.yaml -j=1 --deterministic +# time python3 compress_classifier.py --arch resnet20_cifar ../../../data.cifar10 -p=50 --lr=0.3 --epochs=180 --compress=../ssl/ssl_channels-removal_training.yaml -j=1 --deterministic # # Parameters: # +----+-------------------------------------+----------------+---------------+----------------+------------+------------+----------+----------+----------+------------+---------+----------+------------+ -- GitLab