DeepLog icon indicating copy to clipboard operation
DeepLog copied to clipboard

'model/Adam_batch_size=2048_epoch=300.pt'

Open keidododo opened this issue 3 years ago • 2 comments

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

keidododo avatar Nov 22 '21 05:11 keidododo

@keidododo you should check whether you have a model file which name is 'Adam_batch_size=2048_epoch=300.pt' in the model dir.

wuyifan18 avatar Nov 22 '21 05:11 wuyifan18

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.

keidododo avatar Nov 22 '21 06:11 keidododo