mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-13 23:44:50 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec68243479 |
@@ -550,7 +550,7 @@ class DecoderTrainer(nn.Module):
|
||||
if only_model:
|
||||
return loaded_obj
|
||||
|
||||
for ind, last_step in zip(range(0, self.num_unets), self.steps.cpu().unbind()):
|
||||
for ind, last_step in zip(range(0, self.num_unets), self.steps.tolist()):
|
||||
|
||||
optimizer_key = f'optim{ind}'
|
||||
optimizer = getattr(self, optimizer_key)
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.16.5'
|
||||
__version__ = '0.16.6'
|
||||
|
||||
Reference in New Issue
Block a user