Created
February 14, 2021 15:11
-
-
Save aribornstein/8f778e5f23a7011b99575c22ed065424 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class LitModel(pl.LightningModule): | |
def __init__(self, encoder: nn.Module, coeff_x: float = 0.2, lr: float = 1e-3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment