Skip to content

Commit 50e94c8

Browse files
committed
ver 0.3.3 stable inner product
1 parent 910dd3b commit 50e94c8

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@ See example here: [Transformer as feature extractor, decorate JIGEN with DANN, t
6363

6464
### Benchmark different methods
6565
DomainLab provides a powerful benchmark functionality.
66-
To benchmark several algorithms(combination of neural networks, models, trainers and associated hyperparameters), a single line command along with a benchmark configuration files is sufficient. See details in [Benchmarks](./docs/doc_benchmark.md)
66+
To benchmark several algorithms(combination of neural networks, models, trainers and associated hyperparameters), a single line command along with a benchmark configuration files is sufficient. See details in [benchmarks documentation and tutorial](./docs/doc_benchmark.md)
6767

6868
One could simply run
69-
`bash run_benchmark_slurm.sh your_benchmark_configuration.yaml` to launch different experiments with specified configuraiton. For example, the following result (without any augmentation like flip) is for PACS dataset.
69+
`bash run_benchmark_slurm.sh your_benchmark_configuration.yaml` to launch different experiments with specified configuraiton.
70+
71+
72+
For example, the following result (without any augmentation like flip) is for PACS dataset.
7073

7174
<div style="align: center; text-align:center;">
7275
<img src="https://github.com/marrlab/DomainLab/blob/master/docs/figs/stochastic_variation_two_rows.png" style="width:800px;"/>

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
{
182182
"href": "doc_benchmark",
183183
"internal": True,
184-
"title": "Benchmarks"},
184+
"title": "Benchmarks tutorial"},
185185

186186
{
187187
"href": "doc_output",
@@ -198,7 +198,7 @@
198198
# },
199199
],
200200
"heroes": {
201-
"index": "DomainLab for modular domain generalization",
201+
"index": "DomainLab for modular domain generalization in deep learning",
202202
"customization": "Configuration options to personalize your site.",
203203
},
204204
"version_dropdown": False,
@@ -266,7 +266,7 @@
266266
"DomainLab Documentation",
267267
author,
268268
"domainlab",
269-
"A pytorch platform for domain generalization",
269+
"A pytorch platform of modular domain generalization for deep learning",
270270
"Miscellaneous",
271271
),
272272
]

docs/doc_mldg.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Trainer MLDG
2+
## Meta Learning Domain Generalization
3+
4+
Li, Da, et al. "Learning to generalize: Meta-learning for domain generalization." Proceedings of the AAAI conference on artificial intelligence. Vol. 32. No. 1. 2018.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Welcome to domainlab's documentation!
1818
docMatchDG
1919
docDIAL
2020
docFishr
21+
doc_mldg
2122

2223

2324
Indices and tables

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "domainlab"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
readme = "README.md"
55
repository = "https://github.com/marrlab/DomainLab"
66
homepage = "https://marrlab.github.io/DomainLab/"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def copy_dir(dir_path="zdata"):
3535
package_data = {
3636
'zdata': [f for f in copy_dir()],
3737
},
38-
version='0.3.2',
38+
version='0.3.3',
3939
description='Library of modular domain generalization for deep learning',
4040
url='https://github.com/marrlab/DomainLab',
4141
author='Xudong Sun, et.al.',

0 commit comments

Comments
 (0)