H.Tongwen
H.Tongwen
I just use the tensorboard to find overall architecture. But I can't find the neural units in each layer.
Thank you, I try to use the generator to load the original data. I do it as follows: ``` model.train(input_fn=lambda: input_fn("train", training=True, batch_size=params['trainBatchSize']), steps=params['trainNumStepsPerLoop']) results = model.evaluate(input_fn=lambda: input_fn("valid", training=False, batch_size=params['valiBatchSize']),...
I'm not sure if it's the same question. The original problem has been resolved, but a new issue has arisen. Floating point exception (core dumped) : 