jjjzy
Results
2
comments of
jjjzy
@bappctl When you are using this hyperparameter '**step_3.add_hyperparameter(name='use_columns', argument_type=ArgumentType.VALUE, data=(2,3,4,5,6))**', can you make sure that there are column 2, 3, 4, 5, 6 in the data? I suspect that the...
As the poster of the issue said, you save the model first, then you save the class. In the VAE class, there is a build model function. In fit function,...