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
After training my deeptable model,i used dt.save('mypath') to store it. However, the model was not saved to the path i set. Instead, it was saved to /tmp/workdir/mypath. That's quite strange. Can anyone tell me the reason?