dgcnz / dl2

Code for "Effect of equivariance on training dynamics"
1 stars 0 forks source link

Port model training optimizer parameters into configs for [wang 2022] reproduction #52

Closed dgcnz closed 1 month ago

dgcnz commented 1 month ago

PR #51 adds all the base configs necessary to reproduce [wang 2022] but I noticed there were at least 1 setting that was non-trivial to specify in yaml and I just ignored (ex: the early stopping criteria). This issue is takes charge of comparing thijs' notebook with the configs and making sure all training params (optimizer, ...) are the same.

Tasks

dgcnz commented 1 month ago

done