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
May I ask how to convert the code into distributed training ? The error looks like : File "/data/code/Yolov7-training/yolov7/trainer.py", line 132, in calculate_eval_batch_loss preds = self.model.postprocess(fpn_heads_outputs, conf_thres=0.001) File "/home/xiaoxiong/anaconda3/envs/yolov7/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1185, in __getattr__ raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'DistributedDataParallel' object has no attribute 'postprocess'
I also can not find the template code.
The text was updated successfully, but these errors were encountered:
Hi, i am a beginner.
May I ask how to convert the code into distributed training ? The error looks like :
File "/data/code/Yolov7-training/yolov7/trainer.py", line 132, in calculate_eval_batch_loss preds = self.model.postprocess(fpn_heads_outputs, conf_thres=0.001) File "/home/xiaoxiong/anaconda3/envs/yolov7/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1185, in __getattr__ raise AttributeError("'{}' object has no attribute '{}'".format( AttributeError: 'DistributedDataParallel' object has no attribute 'postprocess'
I also can not find the template code.
The text was updated successfully, but these errors were encountered: