Skip to content

Releases: DimensionSTP/rppg-project

v2.7.0

19 Jul 22:01
Compare
Choose a tag to compare

Adapt weight decay at deepspeed Adam optimizers.
Weight decay hparams tuning.
Model safetensors keep trained dtype.

v2.6.1

02 Jul 00:55
Compare
Choose a tag to compare

Requirements updated.

v2.6.0

02 Jul 00:48
Compare
Choose a tag to compare

Gather and convert as a model.pt after all deepspeed strategy training for uploading hub.
Postprocessing(uploading hub) modules and scripts.

v2.5.0

17 Jun 00:50
Compare
Choose a tag to compare

Fix: unused monitor parameter.

v2.4.3

16 Jun 23:05
Compare
Choose a tag to compare

Tuner refactoring.

v2.4.2

16 Jun 16:38
Compare
Choose a tag to compare

Delete strategy at get_architecture() in SetUp class.
Parameterize direction and monitor at tuner.
Update Packages.txt

v2.4.1

29 May 18:18
Compare
Choose a tag to compare

Adapt dot env at soft voting.

v2.4.0

26 May 23:26
Compare
Choose a tag to compare

T_max -> period(t_max = period * total steps per epoch), gradient clipping, dotenv, basic scripts.

v2.3.3

17 May 03:20
Compare
Choose a tag to compare

A detail of ckpt name changed (using "=") at main config file, specify huggingface cache path at main.py

v2.3.2

11 May 13:48
Compare
Choose a tag to compare

Add precision in save_detail, manage total_batch_size param.