marrlab / DomainLab

modular domain generalization: https://pypi.org/project/domainlab/
https://marrlab.github.io/DomainLab/
MIT License
42 stars 2 forks source link

test mhof-dev branch by merging pr https://github.com/marrlab/DomainLab/pull/806 into it #815

Closed smilesun closed 3 months ago

smilesun commented 5 months ago

branch for development of mhofOpt paper: https://github.com/marrlab/DomainLab/tree/mhof_dev pr resovling name collision: https://github.com/marrlab/DomainLab/pull/806

  1. After merging the pr into mhof_dev branch, check if CI still pass.
  2. using Trainer: https://github.com/marrlab/DomainLab/blob/mhof_dev/domainlab/algos/trainers/train_fbopt_b.py on the model trainer combination example in readme, where train_fbopt_b should be the outter most Trainer, write a unit test for this. Our final goal is to let mhof-dev (on top of branch fbopt branch) merge into master.