WingsBrokenAngel / Semantics-AssistedVideoCaptioning

Source code for Semantics-Assisted Video Captioning Model Trained with Scheduled Sampling Strategy
MIT License
56 stars 17 forks source link

Nan Values Generated by the tagging network #11

Open Adit31 opened 3 years ago

Adit31 commented 3 years ago

Hi, I tried reproducing your results but the files generated by test.py in the tagging model contain ndarrays with nan values. image

I guess, in the tagging network when you mention keep_prob, you actually meant rate.

chatzikon commented 2 years ago

do u use tensorflow v2?