However, when i start the PruningNet train, the val accuracy is always 0. my steps are as follows,
Download the MetaPruning repository code, and cd mobilenetv2/training directory.
Change the batch_size and learning_rate in train.py according to https://github.com/liuzechun/MetaPruning/issues/2#issuecomment-519879543. The default values are 512 and 0.25 respectively. Since i have only 4 2080Ti GPU cards on single machine, to avoid the gpu out of memory error, reduce them by half, 256 and 0.125.
Split the imagenet train data to subtrain and subval5w, and set traindir and valdir in train.py to these two directory.
Run the run.sh script file, the log is as picture,
so where am i wrong, looking forward to your suggestions.
Hello, your MetaPruning performance is excellent.
However, when i start the PruningNet train, the val accuracy is always 0. my steps are as follows,
Download the MetaPruning repository code, and cd mobilenetv2/training directory.
Change the batch_size and learning_rate in train.py according to https://github.com/liuzechun/MetaPruning/issues/2#issuecomment-519879543. The default values are 512 and 0.25 respectively. Since i have only 4 2080Ti GPU cards on single machine, to avoid the gpu out of memory error, reduce them by half, 256 and 0.125.
Split the imagenet train data to subtrain and subval5w, and set traindir and valdir in train.py to these two directory.
Run the run.sh script file, the log is as picture,
so where am i wrong, looking forward to your suggestions.