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
When I run
from EduNLP.SIF import is_sif, to_sif
in the jupyter block
it shows that the longling.ML cannot be found
So I wanna know whether the module has been modified, and how can I successfully import this module, thank you!
Error Message
File /usr/local/lib/python3.8/dist-packages/baize/ init_.py:5
3 from longling import as list
4 from longling import Timer
-->5 from longling.ML import get epoch params filepath, get_params_ filepath
6 from longling.ML.toolkit.analyser import get best
ModuleNotFoundEror: No module named 'longling.ML'
Environment
My environment is pytorch-gpu:1.13.1-cuda11.4-py38
🐛 Description
When I run
from EduNLP.SIF import is_sif, to_sif
in the jupyter block
it shows that the longling.ML cannot be found
So I wanna know whether the module has been modified, and how can I successfully import this module, thank you!
Error Message
File /usr/local/lib/python3.8/dist-packages/baize/ init_.py:5
3 from longling import as list
4 from longling import Timer
-->5 from longling.ML import get epoch params filepath, get_params_ filepath
6 from longling.ML.toolkit.analyser import get best
ModuleNotFoundEror: No module named 'longling.ML'
Environment
My environment is pytorch-gpu:1.13.1-cuda11.4-py38
Environment Information
Operating System: ...
Python Version: (e.g., python3.6, anaconda/python3.7, venv/python3.8)
Additional context
The text was updated successfully, but these errors were encountered: