Skip to content

Commit 211421d

Browse files
committed
Update README.md
update version
1 parent 4ce6872 commit 211421d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
[PyMIC][PyMIC_link] is a PyTorch-based toolkit for medical image computing with annotation-efficient deep learning. Here we provide a set of examples to show how it can be used for image classification and segmentation tasks. For annotation efficient learning, we show examples of Semi-Supervised Learning (SSL), Weakly Supervised Learning (WSL) and Noisy Label Learning (NLL), respectively. For beginners, you can follow the examples by just editting the configuration files for model training, testing and evaluation. For advanced users, you can easily develop your own modules, such as customized networks and loss functions.
33

44
## Install PyMIC
5-
The latest released version of PyMIC can be installed by:
5+
The released version of PyMIC (v0.4.0) is required for these examples, and it can be installed by:
66

77
```bash
8-
pip install PYMIC==0.3.1.1
8+
pip install PYMIC==0.4.0
99
```
1010

1111
To use the latest development version, you can download the source code [here][PyMIC_link], and install it by:

0 commit comments

Comments
 (0)