Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 19, 2020
1 parent 0879a96 commit 097fd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/callbacks/self_supervised.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def on_train_batch_end(self, trainer, pl_module, outputs, batch, batch_idx, data
pl_module.logger.log_metrics(metrics, step=trainer.global_step)


class BYOLMAWeightUpdate(pl.Callback):
class BYOLMAWeightUpdate(Callback):
"""
Weight update rule from BYOL.
Expand Down

0 comments on commit 097fd22

Please sign in to comment.