Skip to content
Snippets Groups Projects
Commit d9cc36fd authored by Neta Zmora's avatar Neta Zmora
Browse files

fix path to dataset in the SSL channels example

parent 7bbfd12b
No related branches found
No related tags found
No related merge requests found
......@@ -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:
# +----+-------------------------------------+----------------+---------------+----------------+------------+------------+----------+----------+----------+------------+---------+----------+------------+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment