MR-HosseinzadehTaher / BenchmarkTransferLearning

Official PyTorch Implementation and Pre-trained Models for Benchmarking Transfer Learning for Medical Image Analysis
Other
50 stars 14 forks source link

There is a bug in the code. #5

Closed ccjincong closed 1 year ago

ccjincong commented 1 year ago

Line 108 of engine.py, best_val_loss = val_loss . It seems like it should be placed after line 112.