tarepan / UniversalVocoding

A PyTorch implementation of "Robust Universal Neural Vocoding"
https://tarepan.github.io/UniversalVocoding
MIT License
2 stars 1 forks source link

Deprecated `period` argument in PL ModelCheckpoint #4

Closed tarepan closed 3 years ago

tarepan commented 3 years ago

Summary

Deprecation warning in PyTorch-Lightning.

Warning

/usr/local/lib/python3.7/dist-packages/pytorch_lightning/callbacks/model_checkpoint.py:488: LightningDeprecationWarning: Argument `period` in `ModelCheckpoint` is deprecated in v1.3 and will be removed in v1.5. Please use `every_n_epochs` instead.
  "Argument `period` in `ModelCheckpoint` is deprecated in v1.3 and will be removed in v1.5."
tarepan commented 3 years ago

Fixed.