Skip to content

Commit

Permalink
Remove re-import
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jan 19, 2021
1 parent 4e99cf2 commit b8d4c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/models/self_supervised/cpc/cpc_module.py
Expand Up @@ -195,7 +195,7 @@ def add_model_specific_args(parent_parser):

def cli_main():
from pl_bolts.callbacks.ssl_online import SSLOnlineEvaluator
from pl_bolts.datamodules import CIFAR10DataModule, STL10DataModule
from pl_bolts.datamodules import CIFAR10DataModule
from pl_bolts.datamodules.ssl_imagenet_datamodule import SSLImagenetDataModule

pl.seed_everything(1234)
Expand Down

0 comments on commit b8d4c7b

Please sign in to comment.