mirror of
https://github.com/jpuigcerver/PyLaia.git
synced 2026-04-02 23:58:56 -06:00
Support for PyTorch 1.8.1 (or PyTorch >= 1.7.0 in general) #42
Labels
No labels
dependencies
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/PyLaia#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jkloe on 4/28/2021
When I install PyTorch 1.8.1 with CUDA 11.1 support (from https://pytorch.org/get-started/locally:
pip3 install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio===0.8.1 -f https://download.pytorch.org/whl/torch_stable.html), I get the following error when running e.g.pylaia-htr-decode-ctc:Seems to be that
nnutils-pytorchdoes not support torch > 1.7.0?