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
from deeptables.models import deeptable
dt = deeptable.DeepTable() dt.fit(x,y) dt.save('/Users/wjq/Downloads/dt')
当我使用dt.save('/Users/wjq/Downloads/dt')保存模型时程序不报错但发现'/Users/wjq/Downloads/dt'路径下为空,模型并没有被保存入相应路径
请问dt模型的保存方法是什么
deeptable版本为0.2.5
The text was updated successfully, but these errors were encountered:
Hi wangjianqiao111 , Can you provide an example to reproduce that issue (including data)?
Sorry, something went wrong.
任何数据集都可以,请告诉我deeptable模型如何保存
Please refer to this example:
No branches or pull requests
from deeptables.models import deeptable
dt = deeptable.DeepTable()
dt.fit(x,y)
dt.save('/Users/wjq/Downloads/dt')
当我使用dt.save('/Users/wjq/Downloads/dt')保存模型时程序不报错但发现'/Users/wjq/Downloads/dt'路径下为空,模型并没有被保存入相应路径
请问dt模型的保存方法是什么
deeptable版本为0.2.5
The text was updated successfully, but these errors were encountered: