-
Hello! My project compiled perfectly with pyinstaller, but the exe file was slow to start, so I started trying to compile with Nuitka, but I ran into problems.
I used nuitka to compile the project e…
-
```py
Traceback (most recent call last):
File "C:\Users\jjaya\DOWNLO~1\IOS17-~1\IOS17-~1\jit_enabler_better.py", line 141, in
lldb_process = subprocess.Popen(cmd_lldb, stdout=subprocess.PIPE…
-
## 🐛 Bug
I am calling `torch.jit.trace` on a model and I am getting the corresponding error:
```TracerWarning: Output nr 1. of the traced function does not match the corresponding output of the …
-
**System information**
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): yes
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04
…
-
**Describe the bug**
`deepspeed` executable does not pick up packages installed in a `virtualenv --system-site-packages` even when regular python calls does. It only works if deepspeed is in the same …
-
I am trying to be able to run this anonymized script using cuDF or cuDF.pandas with GPU acceleration.
currently runs for over 5 hours for 2Million rows of data.
import pandas as pd
from rapidfuzz im…
-
I'm using a laptop with Nvidia Cuda capable GPU.
C:\Users\rsamv\Documents\pytorch-ssd_DEC2020>python convert_to_caffe2_models.py mb1-ssd C:/Users/rsamv/Documents/pytorch-ssd_DEC2020/models/mb1-ssd…
-
### 🐛 Describe the bug
Reposting from https://github.com/openxla/iree/issues/15291.
This user was trying to lower the following model:
```
import torch
import torch.nn as nn
from torch.nn.util…
-
### Description
Mostly minimized? This shouldn't OOM on the 4 a6000's I'm using (and the unminimized version works fine on TPU)
```python
import jax
import jax.random as jrandom
from jax.shar…
dlwh updated
8 months ago
-
D:\Python\GFPGAN>set BASICSR_JIT=True
D:\Python\GFPGAN>python inference_gfpgan.py -i in_ -o out_ -v 1 -s 2 --ext jpg --bg_upsampler realesrgan --bg_tile 800
Traceback (most recent call last):
F…
caokx updated
4 months ago