mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2026-02-13 21:44:31 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec7cab01d9 |
@@ -192,6 +192,7 @@ class DiffusionPriorTrainer(nn.Module):
|
||||
self.device = diffusion_prior_device
|
||||
else:
|
||||
self.device = accelerator.device if exists(accelerator) else device
|
||||
diffusion_prior.to(self.device)
|
||||
|
||||
# save model
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '0.16.16'
|
||||
__version__ = '0.16.17'
|
||||
|
||||
Reference in New Issue
Block a user