Thanks for this great work
I have two questions about CPG_cifar100_scratch_mul_1.5.sh
I run this .sh to complete experiment1 step3 to achieve my adversarial training project.
When I run the first task and prune it and choose a ratio.
I got this error:

I can't figure out why it can't pass the network_width_multiplier to next task on VGG network
Second question is about max_allowed_network_width_multiplier
|
max_allowed_network_width_multiplier=1.5 |
and
network_width_multiplier
|
network_width_multiplier=1.0 |
Do they have any related or something special ?
Hope someone can help me solve this problem, thanks.
Thanks for this great work

I have two questions about CPG_cifar100_scratch_mul_1.5.sh
I run this .sh to complete experiment1 step3 to achieve my adversarial training project.
When I run the first task and prune it and choose a ratio.
I got this error:
I can't figure out why it can't pass the network_width_multiplier to next task on VGG network
Second question is about
max_allowed_network_width_multiplierCPG/experiment1/CPG_cifar100_scratch_mul_1.5.sh
Line 32 in 5acb7d1
and
network_width_multiplierCPG/experiment1/CPG_cifar100_scratch_mul_1.5.sh
Line 36 in 5acb7d1
Do they have any related or something special ?
Hope someone can help me solve this problem, thanks.