List of commits:
Subject Hash Author Date (UTC)
lower ccnn sgd lr 9f10c1c664cf9be2b3093ba72815740b31521287 Thai Thien 2020-04-06 17:41:39
5 07b51e18899506183b197366b8a2e6319dec0215 Thai Thien 2020-04-06 17:30:33
3 more test 03cca5576a44e925db8626c905f324d42c205923 Thai Thien 2020-04-06 17:22:40
modify bigtail2 t2 fcd49caa43303c11049cb6c40b5e5c62f1fcdab3 Thai Thien 2020-04-06 17:06:15
try to reproduce 0946ba05287dcbc00d7743347f6f75d7f7601636 Thai Thien 2020-04-06 16:55:50
custom ccnn v2 t4 sha lower lr b2381872bc284fc16af9c7d3129f1bee418f8915 Thai Thien 2020-04-06 02:11:55
ccnn v2 t5 d2c4a1182c5ca93b9e6b2bc4dadc4ddc8c9c521b Thai Thien 2020-04-05 10:41:18
try to reproduce that 86 4a715c2e62e1f92051d5a4abbba983821e6bb422 Thai Thien 2020-04-05 10:30:47
add c5 e6c82e35a4920700840bde0e891ca5d6cf285a7c Thai Thien 2020-04-05 10:05:44
some big tail 3705300d179b004c1049ec402461de6c9f67bbd1 Thai Thien 2020-04-05 09:49:06
t5 b704da887280b721e0402db32919a1e7b8753269 Thai Thien 2020-04-04 11:18:46
verify if it work 9aa7f6d734d1fb13b9fb02e6d77d813139b6122c Thai Thien 2020-04-04 11:15:25
m3 t123 exp f76cec015c34648ec45f02865562f6d05d507eb2 Thai Thien 2020-04-03 15:27:22
m1 shb 35455b092280af7e7f3140601b909dc58b5c2590 Thai Thien 2020-04-02 10:42:43
m2 765cc07c3d3645b897f53b54f905b8a9c3aa0ac3 Thai Thien 2020-04-02 10:37:47
typo again 3e12138f4effbbb0fb8dc1e5aa98c7f8a689d737 Thai Thien 2020-04-02 10:34:01
ok dude 19a59daa4433b0dc4fb24023dff428928090ab7b Thai Thien 2020-04-02 10:31:17
typo 91cbb50105fb85140e9e34261bbaf580f788425d Thai Thien 2020-04-02 10:29:55
1 debug trainning script 5f075f3774502190ecb71f663222ee0808b5a2ef Thai Thien 2020-04-02 10:28:05
setting up code 6e83edd7283bfeec6ec1a6e5057719e8ae95e8ea Thai Thien 2020-04-02 10:25:18
Commit 9f10c1c664cf9be2b3093ba72815740b31521287 - lower ccnn sgd lr
Author: Thai Thien
Author date (UTC): 2020-04-06 17:41
Committer name: Thai Thien
Committer date (UTC): 2020-04-06 17:41
Parent(s): 07b51e18899506183b197366b8a2e6319dec0215
Signer:
Signing key:
Signing status: N
Tree: 32fc2bf01b834e423220cb23d11e9b2c7faf73a2
File Lines added Lines deleted
train_script/CCNN/ccnn_v2sgd_t3_sha.sh 4 4
File train_script/CCNN/ccnn_v2sgd_t3_sha.sh copied from file train_script/CCNN/ccnn_v2sgd_t2_sha.sh (similarity 57%) (mode: 100644) (index 3f32755..86df89d)
1 1 CUDA_VISIBLE_DEVICES=2 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_compact_cnn_sgd.py \ CUDA_VISIBLE_DEVICES=2 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_compact_cnn_sgd.py \
2 --task_id ccnn_v2sgd_t2_sha \
3 --note "ccnnv2 with decay and 20p augment, sgd, low lr" \
2 --task_id ccnn_v2sgd_t3_sha \
3 --note "ccnnv2 with decay and 20p augment, sgd, lower lr -6" \
4 4 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
5 --lr 1e-4 \
5 --lr 1e-6 \
6 6 --decay 5e-4 \ --decay 5e-4 \
7 7 --datasetname shanghaitech_20p \ --datasetname shanghaitech_20p \
8 --epochs 502 > logs/ccnn_v2sgd_t2_sha.log &
8 --epochs 502 > logs/ccnn_v2sgd_t3_sha.log &
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/hahattpro/crowd_counting_framework

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/hahattpro/crowd_counting_framework

Clone this repository using git:
git clone git://git.rocketgit.com/user/hahattpro/crowd_counting_framework

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main