Update configs/icod_pretrain.py
Browse files- configs/icod_pretrain.py +2 -0
configs/icod_pretrain.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
_base_ = ["icod_train.py"]
|
| 2 |
|
| 3 |
has_test = False
|
|
|
|
| 1 |
+
# Author: Lart Pang (https://github.com/lartpang)
|
| 2 |
+
|
| 3 |
_base_ = ["icod_train.py"]
|
| 4 |
|
| 5 |
has_test = False
|