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
fix: package name should use _ or not -
In the theme of Pycharm, you may can not get the right reference of you package
eg:
from research.huawei-gts.CRF.src.model.istm_crf_model.py import CRF
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
fix: package name should use _ or not -
In the theme of Pycharm, you may can not get the right reference of you package
eg:
from research.huawei-gts.CRF.src.model.istm_crf_model.py import CRF
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: