-
1. Downloaded BasicSR-1.4.2 release
2. Downloaded pretrained models and placed them in 'experiments/pretrained_models' subfolder:
`experiments/pretrained_models/BasicVSR/EDVR_REDS_pretrained_for_Ico…
-
In Heptapod by @mgorny on Sep 12, 2023, 10:20
Reproduced with 7.3.12 and nightly.
```
test__test_compress_file_quality_11_lgwin_10_10x10y (tests.bro_test.TestBroCompress) ... RPython traceback:
Fi…
-
### 🚀 The feature, motivation and pitch
I cann't find a way to do like those python code in C++:
sm = torch.jit.script(model)
torch.jit.save(sm, "./myModel.pt")
or
sample = torch.randn(1,…
-
### 🐛 Describe the bug
I encountered an `Segmentation fault` in PyTorch when attempting to use `torch.jit._fork` and `torch.jit.trace` . Below is a simplified version of the code that reproduces th…
-
This currently results in
```TypeError: No canonicalize_dtype handler for type: ```
as opposed to regular `device_put` which doesn't do anything when in jitted code but doesn't fail either. The …
-
### 🚀 The feature
So far, the only way to use a model from `torchvision` is through loading a `jit` checkpoint from the disk like so:
```c++
#include
#include
#include
int main(int argc…
-
After following the 'Building with a custom LLVM' instructions, I build and install Triton successfully; and I could run a simple vector_add triton program.
Then I add one print statement in the Trit…
-
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…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
_No …
-
Working with complex jit-ed functions can lead to long compile times and hurt interactive workflows. One option is to jit only pieces of the function. This works great if only jit is the top level fun…