Skip to content

Commit

Permalink
Merge 1332697 into 1bec122
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkpathak authored Feb 28, 2021
2 parents 1bec122 + 1332697 commit b046c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/models/autoencoders/basic_ae/basic_ae_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class AE(pl.LightningModule):
ae = AE()
# pretrained on cifar10
ae = AE.from_pretrained('cifar10-resnet18')
ae = AE(input_height=32).from_pretrained('cifar10-resnet18')
"""

pretrained_urls = {
Expand Down

0 comments on commit b046c1e

Please sign in to comment.