Skip to content
New issue

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

模型保存不了 #84

Open
wangjianqiao111 opened this issue Apr 20, 2023 · 3 comments
Open

模型保存不了 #84

wangjianqiao111 opened this issue Apr 20, 2023 · 3 comments

Comments

@wangjianqiao111
Copy link

wangjianqiao111 commented Apr 20, 2023

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

@oaksharks
Copy link
Collaborator

Hi wangjianqiao111 ,
Can you provide an example to reproduce that issue (including data)?

@wangjianqiao111
Copy link
Author

任何数据集都可以,请告诉我deeptable模型如何保存

@oaksharks
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants