mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-14 00:04:20 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5943498cf2 |
@@ -228,7 +228,7 @@ class DiffusionPriorTrainer(nn.Module):
|
||||
|
||||
# track steps internally
|
||||
|
||||
self.register_buffer('step', torch.tensor([0], device = self.device))
|
||||
self.register_buffer('step', torch.tensor([0], device = device))
|
||||
|
||||
# accelerator wrappers
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.16.12'
|
||||
__version__ = '0.16.11'
|
||||
|
||||
Reference in New Issue
Block a user