-
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
tensorboard in feedforward scheduler and fixed mu (trainer_basic) #507
Comments
To reuse the tensorboard code we only need to change this line 85 which is And replace the HyperSchedulerFeedback to HyperSchedulerWarmup or HyperSchedulerWarmupExponetial The above two classes can be imported from domainlab/algos/trainers/hyper_scheduler.py |
https://github.com/marrlab/DomainLab/pull/624/files @agisga , could you compare the phase portrait of the two settings? |
@agisga it is not working yet, i will see if i could fix it. File "/home/playtime/domainlab/main_out.py", line 17, in |
|
|
pr: #626 |
we want to compare against feedfoward mu controller (exponential warm up) and fixed mu for ell () + mu*R(), see YAML file below:
https://github.com/marrlab/DomainLab/blob/fbopt/examples/benchmark/benchmark_fbopt_mnist_jigen.yaml
it is interesting to know how they behave in tensorboard regarding ell loss and R loss
The text was updated successfully, but these errors were encountered: