Hparams passing with user warnings
This commit is contained in:
@ -11,8 +11,16 @@ import pytorch_lightning as pl
|
||||
|
||||
# Utility - Modules
|
||||
###################
|
||||
class F_x(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def __call__(self, x):
|
||||
return x
|
||||
|
||||
|
||||
# Utility - Modules
|
||||
###################
|
||||
class Flatten(nn.Module):
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user