-
## 🐛 Bug
Error text:
```pytb
======================================================================
FAIL: test_unmatched_type_annotation (__main__.TestScript)
------------------------------…
-
Just playing around with this idea for now:
```python
net = jx.Network(...)
net.make_trainable("radius")
# First, we can run `net.set()` between jx.integrate calls and it
# will not recompile…
-
Provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible also provide a summary of what steps or workarounds y…
-
Error Description
The process 'altjit' failed with code 1. Could not connect to device 00008110-000250E22E29801E. The process 'python3' returned unexpected output. Error: No such command 'start-quic-…
-
Current SwinUNETR is not scriptable by `torch.jit.script`, several features has some limitations to make SwinUNETR compatible with TensorRT.
This issue can discuss the potential solution for makin…
-
### Steps To Reproduce
I'm attempting to build Python 3.13.0b4 with the new experimental JIT. However supplying the configure flag breaks the build, noting that it cannot find `python3`. Just remov…
-
## Summary
I am trying to render normal maps after applying a normal texture on the object using `normalmap` BSDF with the `sh_normal` variable of the AOV integrator. Below is the desired norma…
-
We now save models using torch.save() and torch.load(). This is the recommended way for pytorch as far as I could find: https://pytorch.org/tutorials/beginner/saving_loading_models.html#:~:text=Saving…
-
I have a python module with [taichi](https://github.com/taichi-dev/taichi) code, which can compile python functions with `@taichi.kernel` decorators into CPU/GPU machine code to improve performance.
…
-
When I convert torch model to onnx model, the following error occurred:
main()
File "convert_to_onnx.py", line 118, in main
torch.onnx.export(model, x, onnx_model_path,
File "\Python\P…