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'm sure this is just user error, but I can't seem to find how to install this misc package. I am using python 3.8.10, Torch 1.13.1 cu116, and pymoo 0.3.0.
PS C:\Users\tstevahn\To_Laptop\Server\Server_Code> & C:/Users/tstevahn/AppData/Local/Programs/Python/Python38/python.exe c:/Users/tstevahn/To_Laptop/Server/Server_Code/Test_NAS/validation/test.py --net_type micro --arch NSGANet --init_channels 26 --filter_increment 4 --SE --auxiliary --model_path weights.pt
Traceback (most recent call last):
File "c:/Users/tstevahn/To_Laptop/Server/Server_Code/Test_NAS/validation/test.py", line 20, in
from misc import utils
ModuleNotFoundError: No module named 'misc'
The text was updated successfully, but these errors were encountered:
Hello,
I'm sure this is just user error, but I can't seem to find how to install this misc package. I am using python 3.8.10, Torch 1.13.1 cu116, and pymoo 0.3.0.
PS C:\Users\tstevahn\To_Laptop\Server\Server_Code> & C:/Users/tstevahn/AppData/Local/Programs/Python/Python38/python.exe c:/Users/tstevahn/To_Laptop/Server/Server_Code/Test_NAS/validation/test.py --net_type micro --arch NSGANet --init_channels 26 --filter_increment 4 --SE --auxiliary --model_path weights.pt
Traceback (most recent call last):
File "c:/Users/tstevahn/To_Laptop/Server/Server_Code/Test_NAS/validation/test.py", line 20, in
from misc import utils
ModuleNotFoundError: No module named 'misc'
The text was updated successfully, but these errors were encountered: