I am using fine-tuning
after I save the results file,
results[results[‘classification/accuracy’].notnull()].tail(1)
I get the below error:
KeyError: ‘classification/accuracy’
I am using fine-tuning
after I save the results file,
results[results[‘classification/accuracy’].notnull()].tail(1)
I get the below error:
KeyError: ‘classification/accuracy’