Deep-Cross-Modal-Projection-Learning-for-Image-Text-Matching icon indicating copy to clipboard operation
Deep-Cross-Modal-Projection-Learning-for-Image-Text-Matching copied to clipboard

代码错误

Open newbie521 opened this issue 1 year ago • 0 comments

代码train.py中第125行代码中comput_loss应该为compute_loss,作者应该是误删了。

state = {'network': network.state_dict(), 'network_ema': ema.shadow, 'optimizer': optimizer.state_dict(), 'W': comput_loss.W,'epoch': args.start_epoch + epoch}

newbie521 avatar Nov 14 '23 14:11 newbie521