cartwheel_train
cartwheel_train copied to clipboard
Update noveou_train_netvlad_v3.py
fix keras generator bug
what did you change exactly?
I see that you only changed a line?
yes, changing this line fixes the bug. you can see that keras sequence is expecting you to implement a method which is called on_epoch_end and not on_epoch_start https://keras.io/api/utils/python_utils/#sequence-class
Earlier they used to have the on_start method. Anyways. do you also mind putting a comment on this and indicate your keras version please?