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
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??
The text was updated successfully, but these errors were encountered:
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??
The text was updated successfully, but these errors were encountered: