When I run the main_ucf101.py code, the following error declaration occurs.How can this be solved?
line 146, in train_model_interface
total_cons_loss = total_seg_cons_loss
UnboundLocalError: local variable 'total_seg_cons_loss' referenced before assignment
When I run the main_ucf101.py code, the following error declaration occurs.How can this be solved? line 146, in train_model_interface total_cons_loss = total_seg_cons_loss UnboundLocalError: local variable 'total_seg_cons_loss' referenced before assignment