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
Thanks for your interesting work!
I have installed cvpods, and import cvpods success, but converted to coco-p10 directory and run "pods_train --dir ." and got error:
AttributeError: 'SemiRunner' object has no attribute 'angular_update'.
what can i do for this error!
The text was updated successfully, but these errors were encountered:
You can add this in runner:
def _write_metrics(self, loss_dict, data_time: float, prefix: str = ""):
super(DefaultRunner, self)._write_metrics(loss_dict, data_time, prefix)
if comm.is_main_process() and self.iter != 0:
writer: TensorboardXWriter = self.get_writer(writer_type="tensorboard")
writer.write_angular_update(self.optimizer)
Thanks for your interesting work!
I have installed cvpods, and import cvpods success, but converted to coco-p10 directory and run "pods_train --dir ." and got error:
AttributeError: 'SemiRunner' object has no attribute 'angular_update'.
what can i do for this error!
The text was updated successfully, but these errors were encountered: