smothing专题

noisy labels and label smothing

我要看懂这个代码!! import numpy as npimport tensorflow as tfimport matplotlib.pyplot as pltnp.random.seed(0) # for reproducibilityX = np.random.randint(0, 3, (32*1100, 10), np.int32) # inputsY = np.equal(