Tian Jin
Tian Jin
Hi, the easiest fix is to make sure onnx-tf doesn't see your GPU's. For instance, when you run the script, do this: `CUDA_VISIBLE_DEVICES= python script.py`
@nnmm I tried `CUDA_VISIBLE_DEVICES= python inference_test.py` and it works for me. Another thing to try from this post comment https://github.com/tensorflow/tensorflow/issues/2175#issuecomment-215977173 Run this before running your python command (in the same...
@nnmm I agree this is a nuisance. We'll keep this issue as a low priority enhancement request since it does not hurt functionality. Sorry for your inconvenience.
@wmcindia support on Windows is entirely community-driven (mostly by curtsey of collaborators from Microsoft); so we rely heavily on community support in this area. Would you be interested in porting...
c.f. getting ready for https://github.com/onnx/onnx/pull/1434 .
@dingzeyuli please install onnx-tf from source.
Hi @joker-eph thanks for your quick response, would love to know more about the status quo: - What were some notable conclusions of the extensive discussion? (is transcript available?) I'm...