Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.4k views
in Technique[技术] by (71.8m points)

tensorflow - Keras model generates Nan on predict on gcp

I have a Keras model (Yolo3) and I want to run the code on several images in the loop:

I am using Debian 10, Tensorflow 2.4, cuda 11 and K80 Tesla GPU on GCP virtual machine.

here is the code on colab code

I remark that the code is running very well on my local GPU using RTX2070 and tensorflow 2.3

Running exactly the same code on GCP instance crash at the second iteration by predicting NaN value !!!!)

I debug the image (infinite, Nan value), consider a list of the same image, etc, it still giving the same error!!

I also debug the weights of the model and I get that it has the same weights across iterations!

Anyone from the GCP team can help ?

question from:https://stackoverflow.com/questions/65834183/keras-model-generates-nan-on-predict-on-gcp

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...