noureldien/timeception

nan problem

Closed this issue · 3 comments

How to solve the nan problem in the test

Hi, thanks for asking. I didn't experience any nan problem. Maybe you have a high learning rate.

Hi,
Please note that for testing Charades, you only evaluate the entire test set, at the end of each training epoch. So, you can modify the code and define a new callback (for testing at the end of each epoch) and pass it to model.fit_generator.

Nour