RecNet icon indicating copy to clipboard operation
RecNet copied to clipboard

A Pytorch implementation of "Reconstruction Network for Video Captioning", CVPR 2018

Results 2 RecNet issues
Sort by recently updated
recently updated
newest added

Greetings, homie! I find at least two bugs in your code: 1. line 100 in RecNet/utils.py: `reconstruction_loss = torch.zeros(1)` is on cpu. You should move it to GPU. Or you...