wang1104014663

Results 2 issues of wang1104014663

hello,my friend: I have a question about the hidden layer. Why are the numbers of nodes on different dataset hidden layers different?

--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () ----> 1 train(BATCH_SIZE=36) in train(BATCH_SIZE) 63 64 #判别器的损失;在一个batch的数据上进行一次参数更新 ---> 65 d_loss = d.train_on_batch(X, y) 66 print("batch %d d_loss : %f" %...