voice-activity-detection model warnings #1892
ROBERT-MCDOWELL
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
using today torch 2.7.1+ I get:
/Users/macbookpro/repos/ebook2audiobook/python_env/lib/python3.11/site-packages/pytorch_lightning/utilities/migration/migration.py:208: You have multiple
ModelCheckpoint
callback states in this checkpoint, but we found state keys that would end up colliding with each other after an upgrade, which means we can't differentiate which of your checkpoint callbacks needs which states. At least one of yourModelCheckpoint
callbacks will not be able to reload the state.Lightning automatically upgraded your loaded checkpoint from v1.1.3 to v2.5.2. To apply the upgrade to your files permanently, run
python -m pytorch_lightning.utilities.upgrade_checkpoint ../../.cache/torch/pyannote/models--pyannote--segmentation/snapshots/059e96f964841d40f1a5e755bb7223f76666bba4/pytorch_model.bin
Model was trained with pyannote.audio 0.0.1, yours is 3.3.2. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.7.1, yours is 2.2.2. Bad things might happen unless you revert torch to 1.x.
is it an issue or should I ignore it? thanks
Beta Was this translation helpful? Give feedback.
All reactions