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
Has anyone successfully installed SimPhony? When I finished the installation and ran the example test_load_devices.py, it prompted that TorchONN was required. Following the steps shown below to install pyutils.
conda install scopex/label/ScopeX::torchonn-pyutils
Following the steps shown below to install TorchONN.
git clone https://github.com/JeremieMelo/pytorch-onn.git
cd pytorch-onn
python3 setup.py install --user clean
But, when running the third step above, it prompted that the pyutils.torch_train module was not found. Nevertheless, I found that torch_train exists as a separate file in the Pyutils folder. How can the problem be solved?
In addition, I'd like to inquire if cacti doesn't require a special installation step, just git clone the corresponding files into the cacti folder?
Any helpful guidance is greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
For my case, I first cloned https://github.com/JeremieMelo/pyutility and copied the pyutils folder in the SimPhony folder and that resolved the "No module named pyutils.torch_train" error.
Has anyone successfully installed SimPhony? When I finished the installation and ran the example test_load_devices.py, it prompted that TorchONN was required. Following the steps shown below to install pyutils.
conda install scopex/label/ScopeX::torchonn-pyutils
Following the steps shown below to install TorchONN.
git clone https://github.com/JeremieMelo/pytorch-onn.git
cd pytorch-onn
python3 setup.py install --user clean
But, when running the third step above, it prompted that the pyutils.torch_train module was not found. Nevertheless, I found that torch_train exists as a separate file in the Pyutils folder. How can the problem be solved?
In addition, I'd like to inquire if cacti doesn't require a special installation step, just git clone the corresponding files into the cacti folder?
Any helpful guidance is greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: