GeroVanMi / algorithmic-quartet-mlops

A showcase Machine Learning Operations (MLOps) Project.
0 stars 1 forks source link

Define hyperparameters for the training of the models #21

Closed vollOlga closed 3 months ago

vollOlga commented 4 months ago
GeroVanMi commented 4 months ago

@vollOlga Maybe I misunderstand this issue, but isn't that part of the training pipeline? This is not related to metrics or deployment, right? If so, I would close this again.

vollOlga commented 4 months ago

yes, you're right, it's more for training, but we can also set it up as a wall for experimental settings

GeroVanMi commented 4 months ago

@vollOlga What do you mean by "a wall for experimental settings"?

vollOlga commented 4 months ago

Diese Parameter in den Experimenten auf dem Wandb auflisten

GeroVanMi commented 4 months ago

Ah! I see, you mean that we could track these Hyperparameters on W&B! Yes, that's a very good idea!

@Patrickliuu I am assigning this to you, this is an issue where we can track all of the parameters that are relevant for the model training (i.e. Learning Rate, Batch Size, + all the specific params for the GAN)

Once we start building the training pipeline, we should make sure that these parameters are linked to the runs, so that we can correlate the model performance with the hyperparameters. Hence, I set this to the MVP milestone, since we don't need to talk about this for the pitch next week.

GeroVanMi commented 3 months ago

I believe we just stick with the original hyperparameters from the HuggingFace author.