You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to allow users to specify this value using the Solo command line tool.
There are two ways this can be addressed via a command line argument or the model_json_file which specifies model parameters. In this case we will use model_json_file to allow users to change this argument for training.
Currently the scVI model is trained with the following invocation in which
check_val_every_n_epoch
argument is hardcoded at 5:We'd like to allow users to specify this value using the Solo command line tool.
There are two ways this can be addressed via a command line argument or the
model_json_file
which specifies model parameters. In this case we will usemodel_json_file
to allow users to change this argument for training.The example json file can be seen here: https://github.com/calico/solo/blob/master/solo_params_example.json
The text was updated successfully, but these errors were encountered: