Open Vectorrent opened 10 months ago
If we convert the usage of train and generate functions in src/aigen into something that is fully-compatible with CLI usage, then we can reuse that code for novel things like hyperparameter tuning experiments (Optuna) and Colab/Kaggle notebooks.
train
generate
src/aigen
If we convert the usage of
train
andgenerate
functions insrc/aigen
into something that is fully-compatible with CLI usage, then we can reuse that code for novel things like hyperparameter tuning experiments (Optuna) and Colab/Kaggle notebooks.