List of commits:
Subject Hash Author Date (UTC)
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
fix typo f7565a25dc7058d1f344cc0d6e610fa2bf8f19e9 Thai Thien 2020-04-01 10:58:38
t4 aug 36b5bbc17111dca87cfa082f5a512b84576c8fca Thai Thien 2020-04-01 10:55:12
reproduce ccnn without batchnorm e4678b328ba9d00b9d94617a1cd0f34732f7b2ac Thai Thien 2020-03-30 16:48:35
change gpu number f4c616536d13d4caf383166caae0d8298cb73738 Thai Thien 2020-03-28 04:17:37
train custom ccnn_v2 8b6fca9cd3cb15111befd7332bc7e764d5494a66 Thai Thien 2020-03-28 03:51:07
Commit b2381872bc284fc16af9c7d3129f1bee418f8915 - custom ccnn v2 t4 sha lower lr
Author: Thai Thien
Author date (UTC): 2020-04-06 02:11
Committer name: Thai Thien
Committer date (UTC): 2020-04-06 02:11
Parent(s): d2c4a1182c5ca93b9e6b2bc4dadc4ddc8c9c521b
Signer:
Signing key:
Signing status: N
Tree: d75d3606bf58750838ca9f44e99fa1058b49b5d3
File Lines added Lines deleted
train_script/CCNN_custom/custom_ccnn_v2_t4_sha.sh 4 4
File train_script/CCNN_custom/custom_ccnn_v2_t4_sha.sh copied from file train_script/CCNN_custom/custom_ccnn_v2_t3_sha.sh (similarity 59%) (mode: 100644) (index e4ac22e..7221156)
1 1 CUDA_VISIBLE_DEVICES=5 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_custom_compact_cnn.py \ CUDA_VISIBLE_DEVICES=5 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_custom_compact_cnn.py \
2 --task_id custom_ccnn_v2_t3_sha \
3 --note "reproduce ccnn v2 with 86 mae" \
2 --task_id custom_ccnn_v2_t4_sha \
3 --note "reproduce ccnn v2 with 86 mae, try lower lr" \
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 4e-5 \
6 6 --decay 1e-4 \ --decay 1e-4 \
7 7 --datasetname shanghaitech_keepfull \ --datasetname shanghaitech_keepfull \
8 --epochs 602 > logs/custom_ccnn_v2_t3_sha.log &
8 --epochs 302 > logs/custom_ccnn_v2_t4_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