Fix bugs in GMOA
This commit is contained in:
parent
cd33f8f72f
commit
8a54f30238
@ -25,7 +25,7 @@ class MetaModelV1(super_core.SuperModule):
|
|||||||
interval: float = None,
|
interval: float = None,
|
||||||
thresh: float = None,
|
thresh: float = None,
|
||||||
):
|
):
|
||||||
super(LFNA_Meta, self).__init__()
|
super(MetaModelV1, self).__init__()
|
||||||
self._shape_container = shape_container
|
self._shape_container = shape_container
|
||||||
self._num_layers = len(shape_container)
|
self._num_layers = len(shape_container)
|
||||||
self._numel_per_layer = []
|
self._numel_per_layer = []
|
||||||
|
Loading…
Reference in New Issue
Block a user