Results 3 issues of bran

关于int8 pooling 和 uint8 pooling实现,为什么uint8需要转成float32呢,这样子是不是浪费空间和时间啊? 具体文件是 pooling_kernel_ref_int8.c int8_t* input_int8 = (int8_t*)input_tensor->data; int8_t* output_int8 = (int8_t*)output_tensor->data; pooling_kernel_ref_uint8.c float* input_fp32 = (float*)sys_malloc(input_tensor->elem_num * sizeof(float)); float* output_fp32 = (float*)sys_malloc(output_tensor->elem_num * sizeof(float)); for (int...

I want to use vcxsrv to display windows, but get opengl error. How can i fix this. ![image](https://user-images.githubusercontent.com/7836059/64666247-2ef59d00-d488-11e9-806e-3e83c4e31a6e.png)

Traceback (most recent call last): File "/home/ubuntu/anaconda3/bin/convert-to-uff", line 10, in sys.exit(main()) File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/uff/bin/convert_to_uff.py", line 92, in main debug_mode=args.debug File "/home/ubuntu/anaconda3/lib/python3.7/site-packages/uff/converters/tensorflow/conversion_helpers.py", line 229, in from_tensorflow_frozen_model return from_tensorflow(graphdef, output_nodes, preprocessor, **kwargs) File...