Official-POEM
Domain generalization method code based on DomainBed
File Explorer
Download Latest Version (.zip)- evaluator.cpython-38.pyc
- hparams_registry.cpython-38.pyc
- optimizers.cpython-38.pyc
- swad.cpython-38.pyc
- trainer.cpython-38.pyc
- __init__.cpython-38.pyc
- algorithms.cpython-38.pyc
- miro.cpython-38.pyc
- __init__.py
- algorithms.py
- miro.py
- __init__.cpython-38.pyc
- datasets.cpython-38.pyc
- transforms.cpython-38.pyc
- __init__.py
- datasets.py
- transforms.py
- fast_data_loader.cpython-38.pyc
- logger.cpython-38.pyc
- misc.cpython-38.pyc
- query.cpython-38.pyc
- swa_utils.cpython-38.pyc
- wide_resnet.cpython-38.pyc
- writers.cpython-38.pyc
- fast_data_loader.py
- logger.py
- misc.py
- query.py
- swa_utils.py
- wide_resnet.py
- writers.py
- domain_net_duplicates.txt
- mixstyle.cpython-38.pyc
- resnet_mixstyle.cpython-38.pyc
- resnet_mixstyle2.cpython-38.pyc
- mixstyle.py
- resnet_mixstyle.py
- resnet_mixstyle2.py
- __init__.cpython-38.pyc
- backbones.cpython-38.pyc
- networks.cpython-38.pyc
- ur_networks.cpython-38.pyc
- __init__.py
- backbones.py
- networks.py
- ur_networks.py
- download.py
- evaluator.py
- hparams_registry.py
- optimizers.py
- swad.py
- trainer.py
- config.yaml
- LICENSE
- requirements.txt
- train_all.py
- __init__.py
- algorithms.py
- algorithms.py.save
- __init__.py
- datasets.py
- transforms.py
- fast_data_loader.py
- logger.py
- misc.py
- query.py
- swa_utils.py
- wide_resnet.py
- writers.py
- __init__.py
- lr_scheduler.py
- domain_net_duplicates.txt
- mixstyle.py
- resnet_mixstyle.py
- resnet_mixstyle2.py
- download.py
- evaluator.py
- hparams_registry.py
- networks.py
- optimizers.py
- swad.py
- trainer.py
- .gitignore
- config.yaml
- requirements.txt
- train_all.py
- Architecture_of_POEM.PNG
- Performance.PNG
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/JoSangYoung/Official-POEM
Downloads the entire project code from GitHub to your computer.
cd Official-POEM
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python -m domainbed.scripts.download --data_dir=/my/datasets/path
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
