-
`Epoch: 0 : LR = 0.0001
Traceback (most recent call last):
File "train_textsnake.py", line 238, in
main()
File "train_textsnake.py", line 223, in main
train(model, train_loader, cr…
-
### Your current environment
The output of `python collect_env.py`
2024-10-25 10:53:08.913038: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different…
-
我的图片已经全部处理好是512*512,而且路径绝对没错,但在调试时总是报告AttributeError: ‘NoneType‘ object has no attribute ‘astype‘ 或者 if np.shape(image)[0] != 512: IndexError: tuple index out of range 或者 IndexError: Caught Inde…
-
Exporting model in ONNX format following [the process described in PyTorch's documentation](https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html) fails.
Below I attach retu…
-
win 11, 4090
```
C:\NextFace\landmarksfan.py:35: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with …
-
With using the version of pytorch0.3.1 and pytorch0.4.0 both with python3.6, I met the error as blow:
Traceback (most recent call last):
File "trainval_aiia.py", line 29, in
from model.ut…
-
the detail about the error is :Traceback (most recent call last):
File "/home/user/east/EAST-pytorch/main.py", line 11, in
from data_utils import custom_dset, collate_fn
File "/home/user/e…
-
I am unable to successfully install Docker by following the installation instructions in the README file.
The Docker installation process fails when following the README instructions.
```
% git…
-
Platforms: linux, slow
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_pca_lowrank_cuda_float32&suite=TestInductorO…
-
Hi,
Thanks for the PyTorch implementation. It is really good. However, I've ran into some issues. While exporting using torch.onnx, I am getting an error. The code is as follows:
```
model = Effi…