Closed einbandi closed 2 years ago
It shouldn't be encessary to pass an in_dim parameter if a model is passed. The in_dim is only necessary to construct a default fully connected model. The dafault of out_dim can stay at 2, because it is used in PCA init even with a custom model.
in_dim
out_dim
It shouldn't be encessary to pass an
in_dim
parameter if a model is passed. Thein_dim
is only necessary to construct a default fully connected model. The dafault ofout_dim
can stay at 2, because it is used in PCA init even with a custom model.