-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fbopt_depreciated #353
Fbopt_depreciated #353
Conversation
Codecov Report
@@ Coverage Diff @@
## master #353 +/- ##
==========================================
- Coverage 95.35% 93.35% -2.01%
==========================================
Files 131 136 +5
Lines 4633 4968 +335
==========================================
+ Hits 4418 4638 +220
- Misses 215 330 +115
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
domainlab/algos/trainers/fbopt.py
Outdated
mmu = None | ||
for miter in range(self.budget_mu_per_step): | ||
# FIXME: the same mu is tried two times since miter=0 | ||
mmu = self.dict_addition(self.mmu, miter * self.delta_mu) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
miter always start from 0, but let miter=0 only make sense for the 1st iteration
saving gamma_d in diva
fixed wrong setting for msel_tr_loss
make it easier to debug crashes
Fbopt plot penalized
… into fbopt_recon_multiplier
Fbopt recon multiplier
fb_master is not need anymore, this pr will be closed |
No description provided.