I have installed pystopwatch2, and when i run code:
python search.py -c confs/wresnet40x2_cifar10_b512.yaml --dataroot ... --redis ...
I got an error shown below:
Traceback (most recent call last):
File "search.py", line 139, in
from pystopwatch2 import PyStopwatch
File "/usr/local/lib/python3.7/dist-packages/pystopwatch2/init.py", line 1, in
from watch import PyStopwatch
ModuleNotFoundError: No module named 'watch'
please how to solve this problem??
I have installed pystopwatch2, and when i run code:
python search.py -c confs/wresnet40x2_cifar10_b512.yaml --dataroot ... --redis ...
I got an error shown below:
Traceback (most recent call last):
File "search.py", line 139, in
from pystopwatch2 import PyStopwatch
File "/usr/local/lib/python3.7/dist-packages/pystopwatch2/init.py", line 1, in
from watch import PyStopwatch
ModuleNotFoundError: No module named 'watch'
please how to solve this problem??