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
when i runing LogKeyModel_train.py,my dir will create log/Adam_batch_size=2048_epoch=300,but no model,i attempt rename log is model,running LogKeyModel_predict.py still remind FileNotFoundError: [Errno 2] No such file or directory: 'model/Adam_batch_size=2048_epoch=300.pt'
------------------ 原始邮件 ------------------
发件人: "wuyifan18/DeepLog" ***@***.***>;
发送时间: 2021年11月22日(星期一) 中午1:57
***@***.***>;
***@***.******@***.***>;
主题: Re: [wuyifan18/DeepLog] 'model/Adam_batch_size=2048_epoch=300.pt' (Issue #53)
@keidododo you should check whether you have a model file which name is 'Adam_batch_size=2048_epoch=300.pt' in the model dir.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
when i runin LogKeyModel_predict.py ,program remind FileNotFoundError: [Errno 2] No such file or directory: 'model/Adam_batch_size=2048_epoch=300.pt'
How to solve this problem
The text was updated successfully, but these errors were encountered: