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
训练的时候报了这样的一个错误:“ File "/DeepFakeDefenders/main_train_single_gpu.py", line 130, in
train_engine.save_checkpoint(log_root, epoch_idx, train_top1, val_top1, ema_start)
File "/DeepFakeDefenders/core/mengine.py", line 243, in save_checkpoint
ema_stact_dict = self.ema_model.module.module.state_dict()
File "/root/miniconda3/envs/deepfake/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1269, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'augment_inputs_network' object has no attribute 'module'. Did you mean: 'modules'?”
请问您遇到过吗?
The text was updated successfully, but these errors were encountered:
训练的时候报了这样的一个错误:“ File "/DeepFakeDefenders/main_train_single_gpu.py", line 130, in
train_engine.save_checkpoint(log_root, epoch_idx, train_top1, val_top1, ema_start)
File "/DeepFakeDefenders/core/mengine.py", line 243, in save_checkpoint
ema_stact_dict = self.ema_model.module.module.state_dict()
File "/root/miniconda3/envs/deepfake/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1269, in getattr
raise AttributeError("'{}' object has no attribute '{}'".format(
AttributeError: 'augment_inputs_network' object has no attribute 'module'. Did you mean: 'modules'?”
请问您遇到过吗?
The text was updated successfully, but these errors were encountered: