mirror of
https://github.com/jpuigcerver/PyLaia.git
synced 2026-04-02 23:58:56 -06:00
Fix tests for multiprocessing #34
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#34
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 @starride-teklia on 12/7/2022
The bump to Pytorch 1.13 broke some tests related to multiprocessing on CPU and GPU. We get the following errors:
torch.multiprocessing.spawn.ProcessRaisedExceptionAttributeError: 'LightningDistributedDataParallel' object has no attribute '_sync_params'On these tests:
I skipped the tests for now, but I need to investigate why we are getting this error and how to fix it.