Some nice utils to complement torch.nn
torch.nn
k1lib.nn.
Lambda
Bases: torch.nn.modules.module.Module
torch.nn.modules.module.Module
__init__
Creates a simple module with a specified forward() function.
forward()
Identity
Bases: k1lib.nn.Lambda
k1lib.nn.Lambda
Creates a module that returns the input in forward()