My base example is this: fd = np.random.rand(100,6) fl = np.random.randint(0,1,[100,]) def get_m(): I = Input(shape=(None, 6)) d1 = Dense(8, ... python ...
確定! 回上一頁