palunel
Results
1
issues of
palunel
I use pytorch with the following implementation: ``` from tensorboardcolab import TensorBoardColab tb = TensorBoardColab() ``` and this call: `tb.save_value('Validation Accuracy', 'valid_acc',i, validation_acc)` Traceback gives me this error: ``` AttributeError...