Closed bnhc closed 7 years ago
Maybe WatchDog?
Could be power cable, it's 2.5 amps?
This is not the raspberry hardward or Other things's problem. One day ,I find the raspberry will restart before the network interface offline.So I repaire the Network interface and it works.After run the test programer and image , I get the result. Well done!
In other word,I still don't understand this problem .But it works well .
Describe the Issue
Steps to Reproduce
Hardware/Software Info
Please provide the following information about your Raspberry Pi setup:
Relevant Console Output/Logs
I can' find the error log . But i check the programer file. when the file run as this : def create_graph(): with tf.gfile.FastGFile(os.path.join(FLAGS.model_dir,'classify_image_graph_def.pb'),'rb') as f: graph_def =tf.GraphDef() graphdef.ParseFromString(f.read()) = tf.import_graph_def(graph_def,name='')