-
### Version of Singularity:
```
singularity-ce version 3.9.1+6.g38b50cb-1.el7
```
### Expected behavior
MIG devices are missing when I use `nvccli`.
without `nvccli`, it just works fine.…
-
JPype1 version 1.2.1
OpenJDK 16.0.1, Windows 10, Python 3.9
I am trying to run the following python code:
```
import os
import jpype.imports
print("cwd: %s" % os.getcwd())
jpype.startJVM(…
-
With the following command:
`./onnx2trt /project/model_repository/osnet_ain_fused_engine/1/osnet_ain_fused.onnx -o /project/model_repository/osnet_ain_fused_engine/1/osnet_ain_fused.engine -b 128`
…
-
Following the documentation [here](https://github.com/intel-isl/Open3D/blob/master/docs/arm.rst),
> except that i didn't not run this in virtual environment
I tried buidling Open3D library from s…
-
I wrote a simple unit test and I found that the test goes well on **bare-metal**, but fails compiling in container.
To make sure I have available GPUs in container:
```
$ echo $NVIDIA_VISIBLE_D…
-
**IMPORTANT: Please use the following template to report the bug.**
_____
**Describe the bug**
A clear and concise description of what the bug is.
set fault when drawing geometry
**To Reproduce…
-
There are multiple variations of the gated recurrent unit tied to different versions of the [arxiv](https://arxiv.org/abs/1406.1078) paper. The variation only changes where the reset vector (`r`) is a…
-
Hi, just came across your project, Great work, seem to be the only go bindings that actually work!
I have a jitted model taking two inputs and returning multiple outputs.
In C++, this seems to be d…
-
Hi,
I have been trying to import ONNX [Huggingface](https://huggingface.co/transformers/) GPT-2 pretrained transformer into barracuda.
It was failing to import and after applying "Treat Errors a…
-
Now that Jax supports dataclasses as PyTrees, would it be possible to switch to using them instead of namedtuple? The benefits are explained [here](https://www.python.org/dev/peps/pep-0557/#why-not-j…