fast-autoaugment icon indicating copy to clipboard operation
fast-autoaugment copied to clipboard

No module named 'watch'

Open wudlike opened this issue 2 years ago • 2 comments

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??

wudlike avatar Mar 22 '22 06:03 wudlike

You can solve it as follows: pip install git+https://github.com/ildoonet/pystopwatch2.git@64ecd49a2a164b665f44c54d7015b0f7d8497b7e

kgstutwh avatar Dec 29 '23 08:12 kgstutwh