From 9b288bdc13272b07e959b1a9e1c0580225f7fe54 Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Wed, 10 Jan 2024 17:19:27 +0000 Subject: [PATCH] ver 0.4.2 --- README.md | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bb4d18a4..05a2c9db5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f752bd73e..ccb088d6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/" diff --git a/setup.py b/setup.py index a09faad3e..a164fffb4 100644 --- a/setup.py +++ b/setup.py @@ -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.',