module documentation
Undocumented
Function | extract |
Loads info from meta file with path _fp_ with the keys and transformers in _keys_ |
Function | extract |
Undocumented |
Function | get |
Helper function to determine the amount of padding for obtaining same-size pooling and conv (see modules.py for help) |
Function | get |
Undocumented |
Function |
|
Split `items` from the grandparent folder names matching the regexp's (`train_regexp` and `valid_regexp`). |
Function | load |
Undocumented |
Function | print |
Print shape of layer for each layer in Sequential model |
Function | weight |
Helper function to apply for initialising weights of the networks |
Loads info from meta file with path _fp_ with the keys and transformers in _keys_
Parameters | |
fp | path to the meta file |
keys | a dict(), key is the line-identifier, value is functions to convert rest of the line to the desired value if value is a list, the list will be applied to the line |
Returns | |
Helper function to determine the amount of padding for obtaining same-size pooling and conv (see modules.py for help)
Goes through x (e.g. kernel-sizes) backwards
Parameters | |
x | |
Returns | |
Split `items` from the grandparent folder names matching the regexp's (`train_regexp` and `valid_regexp`).
Parameters | |
train | |
valid | |
Returns | |
Function for splitting items into train and validation |