allocating tensor with shape [9216,4096] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator
运行以下类似代码:whileTrue:inputs,outputs=get_AlexNet()model=tf.keras.Model(inputs=inputs,outputs=outputs)model.summary()adam_opt=tf.keras.optimizers.Adam(learning_rate)#Thecompilestepspecifiesthetrainingconf