You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you give a hint on the expected runtime or parameter settings?
I am trying to prune a VGG16 with the CIFAR10 dataset using the command below. I have started the training 6 hours ago, but it is only at 37% accuracy and 0% pruning. I guess the parameters need to be adjusted? Maybe you have a hint?
Can you give a hint on the expected runtime or parameter settings?
I am trying to prune a VGG16 with the CIFAR10 dataset using the command below. I have started the training 6 hours ago, but it is only at 37% accuracy and 0% pruning. I guess the parameters need to be adjusted? Maybe you have a hint?
python3 main.py --prune_type=lt --arch_type=vgg16 --dataset=cifar10 --prune_percent=10 --prune_iterations=35
The text was updated successfully, but these errors were encountered: