why702

Results 2 issues of why702

sometime i got the issue message as below > {'userDelay': 500, 'rtmessage': ' ', 'rtcode': '0000', 'success': False} My code: from twstock import realtime for stockid in stockidList: for i...

I used the keras model from https://github.com/qqwweee/keras-yolo3 I can successfully convert form .h to .pb. Output: > input args: Namespace(f=None, graph_def=False, input_fld='.', input_model_file='/home/bill/git/keras-yolo3/model_data/yolo.h5', num_outputs=1, output_fld='', output_graphdef_file='model.ascii', output_model_file='', output_node_prefix='output_node', quantize=False, theano_backend=False)...