-
My machine is an ubuntu 18 with cuda 10.
TF is good `python -c "import tensorflow as tf"`
However, I got following error
```
[100%] Built target open3d
-- Found Open3D at /workspace/github…
-
Hello
How are you?
I am making a docker image for Jetson.
The Dockerfile is following.
FROM nvcr.io/nvidia/l4t-tensorflow:r32.4.3-tf2.2-py3
RUN apt-get update && apt-get install -y --no-install…
-
Installed the bridge according to the instructions
see
```
(venv-tf-py3) kaos-new:ngraph-test sam$ python -c "import tensorflow as tf; print('TensorFlow version: ',tf.__version__);import ngraph…
-
Click to expand!
### Issue Type
Build/Install
### Have you reproduced the bug with TF nightly?
No
### Source
source
### Tensorflow Version
2.12.0
### Custom Code
No
…
-
Tracking issue for [ROCm](https://github.com/RadeonOpenCompute/ROCm) derivations.
## Key
- Package
- Dependencies
## WIP
-
## Ready
-
## TODO
- [ ] Add CUDA options to all der…
-
I finished all the build and got to /he-transformer/examples/MNIST/Cryptonets and run
`python train.py`
After that I entered
`NGRAPH_ENCRYPT_DATA=1 \
NGRAPH_HE_SEAL_CONFIG=$HE_TRANSFORMER/configs/…
-
Hello,
Is there currently a way to use the converted HLO modules from `jax_to_hlo.py` and run them outside the tensorflow repository?
(using steps in the example of https://github.com/google/jax/…
-
# Bug Report
### Is the issue related to model conversion?
yes
### Describe the bug
RuntimeError: /codes/onnx_transfer/onnx/onnx/version_converter/BaseConverter.h:73: adapter_lookup: Asserti…
-
Hello!
I'm currently reading your paper about Petra and trying to get it installed,but there seems to be some problem that I can not settle down.
I have followed your getting stared instructions on …
-
Hello,
I installed tensorflow C API, which works. Usually I used -ltensorflow to include this library nevertheless trying to install tensorflow_cc_inference with cmake .. && make, I get the following…