diff --git a/.doctrees/autoapi/lasdi/latent_space/index.doctree b/.doctrees/autoapi/lasdi/latent_space/index.doctree index 7ea1335..6a74d6e 100644 Binary files a/.doctrees/autoapi/lasdi/latent_space/index.doctree and b/.doctrees/autoapi/lasdi/latent_space/index.doctree differ diff --git a/.doctrees/autoapi/lasdi/networks/index.doctree b/.doctrees/autoapi/lasdi/networks/index.doctree index de4c5a1..5e93d7f 100644 Binary files a/.doctrees/autoapi/lasdi/networks/index.doctree and b/.doctrees/autoapi/lasdi/networks/index.doctree differ diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 0567b8d..cce2d80 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/_sources/autoapi/lasdi/latent_space/index.rst.txt b/_sources/autoapi/lasdi/latent_space/index.rst.txt index b5eebaf..faf6032 100644 --- a/_sources/autoapi/lasdi/latent_space/index.rst.txt +++ b/_sources/autoapi/lasdi/latent_space/index.rst.txt @@ -405,7 +405,7 @@ Package Contents - Forward mode: 3d array of shape :obj:`self.layer_sizes[-1]`, or 4d array of shape :obj:`[self.batch_reshape[0]] + self.layer_sizes[-1]` - - Backward mode: nd array of shape :attr:`batch_reshape` + - Backward mode: nd array of shape :attr:`data_shape` (equal to :attr:`batch_shape`) :rtype: :obj:`torch.nn.Tensor` diff --git a/_sources/autoapi/lasdi/networks/index.rst.txt b/_sources/autoapi/lasdi/networks/index.rst.txt index 5d55089..ab5ade7 100644 --- a/_sources/autoapi/lasdi/networks/index.rst.txt +++ b/_sources/autoapi/lasdi/networks/index.rst.txt @@ -432,7 +432,7 @@ Module Contents - Forward mode: 3d array of shape :obj:`self.layer_sizes[-1]`, or 4d array of shape :obj:`[self.batch_reshape[0]] + self.layer_sizes[-1]` - - Backward mode: nd array of shape :attr:`batch_reshape` + - Backward mode: nd array of shape :attr:`data_shape` (equal to :attr:`batch_shape`) :rtype: :obj:`torch.nn.Tensor` diff --git a/autoapi/lasdi/latent_space/index.html b/autoapi/lasdi/latent_space/index.html index ce26b82..63d6236 100644 --- a/autoapi/lasdi/latent_space/index.html +++ b/autoapi/lasdi/latent_space/index.html @@ -603,7 +603,7 @@
Forward mode: 3d array of shape self.layer_sizes[-1]
,
or 4d array of shape [self.batch_reshape[0]] + self.layer_sizes[-1]
Backward mode: nd array of shape batch_reshape
Backward mode: nd array of shape data_shape
(equal to batch_shape
)
Forward mode: 3d array of shape self.layer_sizes[-1]
,
or 4d array of shape [self.batch_reshape[0]] + self.layer_sizes[-1]
Backward mode: nd array of shape batch_reshape
Backward mode: nd array of shape data_shape
(equal to batch_shape
)