Deep-Learning Nan loss reasons

后端 未结 9 2181
执念已碎
执念已碎 2020-11-28 02:12

Perhaps too general a question, but can anyone explain what would cause a Convolutional Neural Network to diverge?

Specifics:

I am using Tensorflow\'s iris_tra

9条回答
  •  时光说笑
    2020-11-28 02:49

    If you'd like to gather more information on the error and if the error occurs in the first few iterations, I suggest you run the experiment in CPU-only mode (no GPUs). The error message will be much more specific.

    Source: https://github.com/tensorflow/tensor2tensor/issues/574

提交回复
热议问题