854 Commits

Author SHA1 Message Date
fanqiNO1
be48e8b2f4
bump version to v0.10.0 (#1430) v0.10.0 2023-11-21 09:33:51 +08:00
fanqiNO1
6be0aeb777
[Feature] Support for installing mmengine without opencv (#1429) 2023-11-20 22:00:46 +08:00
fanqiNO1
a5db5bedb9
[Fix] Fix CI for torch2.1.0 (#1418) 2023-11-20 19:31:14 +08:00
fanqiNO1
fd5d06243f
[Fix] Fix scale_lr in SingleDeviceStrategy (#1428) 2023-11-20 16:36:43 +08:00
whcao
5a90805b1e
[Bugs] Fix bugs in colo optimwrapper (#1426) 2023-11-14 17:09:26 +08:00
Zhihao Lin
26f22ed283
[Fix] Support exclude_frozen_parameters for DeepSpeedStrategy's resume (#1424) 2023-11-08 23:35:12 +08:00
fanqiNO1
46784185cf
bump version to v0.9.1 (#1421) v0.9.1 2023-11-03 16:03:56 +08:00
fanqiNO1
eb4fa73b56
[Enhancement] Enhance inputs_to_half in DeepSpeedStrategy (#1400) 2023-11-02 17:19:42 +08:00
Zhihao Lin
27ab6a69f5
[Feature] Add exclude_frozen_parameters for DeepSpeedStrategy (#1415) 2023-11-02 14:32:55 +08:00
Jon
2a563f4dd5
[Fix] ConcatDataset raises error when metainfo is np.array (#1407) 2023-10-31 17:19:34 +08:00
Peng Lu
e0cf958074
[Fix] Fix a bug when module is missing in low version of bitsandbytes (#1388) 2023-10-31 16:59:39 +08:00
whlook
b0c701a4c9
[Fix] Fix func params using without init in OneCycleLR (#1403) 2023-10-31 14:12:50 +08:00
Mashiro
e43bbb5e03
[Fix] Fix new config in visualizer (#1390) 2023-10-26 15:31:03 +08:00
Zaida Zhou
c65187c6b8
[Docs] Rename master to main (#1397) 2023-10-18 19:13:26 +08:00
Yiyao Yang
7495b33f34
Add torch 2.1.0 checking in CI (#1389) 2023-10-18 18:42:13 +08:00
POI-WX
d198b53426
[Feature] Support slurm distributed training for mlu devices (#1396) 2023-10-18 16:22:31 +08:00
fanqiNO1
6c5eebb823
bump version to v0.9.0 (#1384) v0.9.0 2023-10-10 18:55:41 +08:00
fanqiNO1
3b639da1ef
[Docs] Fix typo (#1385) 2023-10-10 11:32:46 +08:00
Mashiro
8015d62202
[Feature] Support using gradient checkpointing in FSDP (#1382) 2023-10-09 21:04:55 +08:00
fanqiNO1
bf30c444de
Update the version info (#1383) 2023-10-09 16:18:40 +08:00
Shu Liqiang
b8a31671a4
[Feature] Runner supports setting the number of iterations for per epoch (#1292) 2023-10-08 16:43:44 +08:00
Mashiro
95d875832a
[Enhance] Support for installing minimal runtime dependencies (#1362) 2023-10-08 16:38:40 +08:00
hiyyg
eb5834fa66
[Enhance] metainfo of dataset can be a generic dict-like Mapping (#1378) 2023-10-08 14:25:26 +08:00
Zaida Zhou
9cbe0665d9
[Docs] Add the contributing doc in pr template (#1380) 2023-10-08 11:42:37 +08:00
Mashiro
6f0aae4b52
Fix docs building error caused by deepspeed (#1379) 2023-10-08 10:42:31 +08:00
Gu Wang
daacb1878b
[Docs] Fix doc typo our_dir in LoggerHook (#1373) 2023-10-06 23:11:23 +08:00
尹傲雄
c863e8b133
[Fix] Ensure from_cfg of Runner have the same defaults values as its __init__ (#1368) 2023-09-27 10:56:38 +08:00
6V
e9e08dbb65
[Enhance] Add unit tests for autocast with Ascend device (#1363) 2023-09-27 10:20:13 +08:00
takuoko
88dc1e98b1
[Fix] Delete yapf verify parameter (#1365) 2023-09-24 09:25:52 +08:00
takuoko
d617bcafdd
[Feature] Support Adafactor Optimizer (#1361) 2023-09-21 16:30:24 +08:00
Mashiro
53474ef1ba
[Fix] Fix get class attribute from a string (#1345) 2023-09-18 11:50:41 +08:00
Zaida Zhou
be3d5c6f6e
Fix pydantic version to fix mlflow unit tests (#1351) 2023-09-16 13:11:02 +08:00
Zaida Zhou
9b94af42b8
[Docs] Update the usage of bitsandbytes in Chinese document (#1359) 2023-09-15 23:14:33 +08:00
takuoko
e91bfa4593
[Feature] Support bitsandbytes (#1357) 2023-09-15 22:56:11 +08:00
Zaida Zhou
c5274ba326
[Docs] Fix typos (#1348) 2023-09-10 00:18:21 +08:00
huaibovip
00df73cf43
[Fix] The keyword mode appears nested multiple times in the log (#1305) 2023-09-09 20:54:57 +08:00
Range King
9a19f8bc89
[Feature] Add AimVisBackend (#1347) 2023-09-09 11:39:48 +08:00
Range King
273fb2b333
[Feature] Add DVCLiveVisBackend (#1336) 2023-09-08 17:22:23 +08:00
Zaida Zhou
45ee96d0c4
[Docs] Add activation checkpointing usage (#1341) 2023-09-05 11:23:44 +08:00
Zeyuan
ccd17571ce
[Feature] Implement gradient checkpointing (#1319) 2023-09-04 23:29:24 +08:00
Zaida Zhou
9aa883a24c
Fix the type check of tasks in progress bar (#1340) 2023-09-04 19:27:58 +08:00
Zaida Zhou
8c934d2681
Refine error message (#1338) 2023-09-04 16:20:41 +08:00
LRJKD
5671b53bc5
[Fix] Adapt to PyTorch v2.1 on Ascend (#1332) 2023-09-01 16:55:45 +08:00
lizuoxin-nreal
762c9a25b6
[Fix] Fix ndarray metainfo check in ConcatDataset (#1333) 2023-09-01 16:40:26 +08:00
Kevin Wang
8a7e80e9e0
[Feature] Support using other file handlers (#1188) 2023-08-30 20:37:39 +08:00
王永韬
0939d95c93
[Feature ] Add progressbar rich (#1157) 2023-08-30 20:10:07 +08:00
zhengjie.xu
f24144d317
Update QRCode (#1328) 2023-08-30 16:08:45 +08:00
Mashiro
170758aefe
[Fix] Fix get optimizer_cls (#1324) 2023-08-28 16:15:00 +08:00
LZHgrla
714c8eedc3
[Enhance] Unify the parameter style of DeepSpeedStrategy (#1320) 2023-08-25 19:38:58 +08:00
LRJKD
a53c2802a6
[Fix] Fix multi card issue in PyTorch v2.1 on Ascend (#1321) 2023-08-25 10:35:58 +08:00