lorenz63.models
RearrangedBilinAEPriorCost
Bases: BilinAEPriorCost
Wrapper around the base prior cost that allows for reshaping of the input batch Used to convert the lorenz timeseries into an "image" for reuse of conv2d layers
Source code in contrib/lorenz63/models.py
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
RearrangedConvLstmGradModel
Bases: ConvLstmGradModel
Wrapper around the base grad model that allows for reshaping of the input batch Used to convert the lorenz timeseries into an "image" for reuse of conv2d layers
Source code in contrib/lorenz63/models.py
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | |