We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29141f commit ff60868Copy full SHA for ff60868
audiolm_pytorch/trainer.py
@@ -257,7 +257,7 @@ def save(self, path):
257
pkg = dict(
258
model = self.accelerator.get_state_dict(self.soundstream),
259
optim = self.optim.state_dict(),
260
- config = self.soundstream._configs,
+ config = self.unwrapped_soundstream._configs,
261
discr_optim = self.discr_optim.state_dict(),
262
version = __version__
263
)
audiolm_pytorch/version.py
@@ -1 +1 @@
1
-__version__ = '0.23.2'
+__version__ = '0.23.3'
0 commit comments