Zhuoyuan
Results
1
issues of
Zhuoyuan
Hi, A suggestion of shuffling data in train(): index = np.arange(len(feats)) np.random.shuffle(index) feats = feats[index] captions = captions[index] These lines should be executed every time after the epoch is finished....