We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行current_script.sh时调用train_model.py的时候报错,在src目录下的tallow中缺少Dataset和Evaluator两项,能否提供一下这两个部分的源码,谢谢!
程序报错位置(CRNet-ISWC2022-main/bin/train_model.py)如下: from tallow.data.datasets import Dataset from tallow.evaluators import Evaluator
The text was updated successfully, but these errors were encountered:
No branches or pull requests
运行current_script.sh时调用train_model.py的时候报错,在src目录下的tallow中缺少Dataset和Evaluator两项,能否提供一下这两个部分的源码,谢谢!
程序报错位置(CRNet-ISWC2022-main/bin/train_model.py)如下:
from tallow.data.datasets import Dataset
from tallow.evaluators import Evaluator
The text was updated successfully, but these errors were encountered: