vmazashvili / Neural-Networks

Masktune Project reimplementation
0 stars 0 forks source link

Test for different masking hyperparameter values #4

Closed vmazashvili closed 1 month ago

vmazashvili commented 1 month ago

Test for different masking hyperparameter values: Define a list of masking thresholds Generate masked dataset and related information using mask_dataset function Fine-tuning the model with current masked dataset Save the fine-tuned model with a filename indicating the threshold used

vmazashvili commented 1 month ago

Implemented, but needs optimization