Skip to content

Commit

Permalink
ver 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun committed Jan 10, 2024
1 parent 59bec0a commit 9b288bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ where the configuration file below can be downloaded [here](https://raw.githubus
te_d: caltech # domain name of test domain
tpath: examples/tasks/task_vlcs.py # python file path to specify the task
bs: 2 # batch size
model: dann_diva # specify model
model: dann_diva # combine model DANN with DIVA
epos: 1 # number of epochs
trainer: mldg_dial # combine trainer MLDG and DIAL
gamma_y: 700000.0 # hyperparameter of diva
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "domainlab"
version = "0.4.1"
version = "0.4.2"
readme = "README.md"
repository = "https://github.com/marrlab/DomainLab"
homepage = "https://marrlab.github.io/DomainLab/"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def copy_dir(dir_path="zdata"):
package_data = {
'zdata': [f for f in copy_dir()],
},
version='0.4.1',
version='0.4.2',
description='Library of modular domain generalization for deep learning',
url='https://github.com/marrlab/DomainLab',
author='Xudong Sun, et.al.',
Expand Down

0 comments on commit 9b288bd

Please sign in to comment.