List of commits:
Subject Hash Author Date (UTC)
fix typo 4f5c034e3fcbd9d3dd66333c7e81db79053c210b Thai Thien 2020-04-23 17:12:23
M4_t3 9ed8f35d94e43d0869d9ee07d98395ed4d4cd3fd Thai Thien 2020-04-23 16:18:49
fix b2235d1abdb20c3e1bfcc0d42870dad4b706babc Thai Thien 2020-04-23 16:13:17
debug 6cda7a90f14c5768be5bfbb9d87a985cae845f4c Thai Thien 2020-04-23 11:27:53
best score checkpoint , timer bb26cec915aa04d68a0dd00911c273542f9b34b5 Thai Thien 2020-04-23 11:16:24
typo 2636cf5b78f062c89196c4f462afc4b72aa39798 Thai Thien 2020-04-19 12:10:51
M4 317900419b7ba25c679dd582a6de5fc00fc764ec Thai Thien 2020-04-19 12:09:51
m4 t2 a02b9610e868f4ba5e64496dc0c861a269f4cb9f Thai Thien 2020-04-17 16:01:39
fix url 358f164d558dab393f65c0829d8d9c37b1437ff3 Thai Thien 2020-04-16 14:32:49
increase epoch 03be68a9e02df1ffa245394ea3096990e8f9d44b Thai Thien 2020-04-16 14:30:15
add load model 044a398d62add2e854b79b0b3c48c961a4a20bb0 Thai Thien 2020-04-16 14:27:43
M4 c960a8e3ddbfb7fc57f3f843fa4184c063cf8cdb Thai Thien 2020-04-16 14:22:37
typo again 3dbe3ce4634b8d4ca30b012851c5b9690b1d88d7 Thai Thien 2020-04-13 15:49:23
typo 9b9a84ed5bfffc6e8979fe8b9aa2d6411bfd70c2 Thai Thien 2020-04-13 15:47:51
typo 69cdd6f3037ef0357783ad4c3f8cdf8de2258c3b Thai Thien 2020-04-13 15:38:14
small tall on split branch 36c80eee740df7449c112f4dd4925e0ffbc7ac5a Thai Thien 2020-04-13 15:23:33
fix load model 68c03563a5aa3acda165eae104ff4d2df83201b2 Thai Thien 2020-04-09 17:30:14
get lr and weight_decay b43666da2cb8bb5710f30d0f3bfd2c3b1e7b6473 Thai Thien 2020-04-09 17:26:13
1201 epoch (because cur epoch continue when load) ee303fe3945fcc6cc3c26601039de77a58fa3d60 Thai Thien 2020-04-09 17:23:18
shb load model 062126f959c021577dbf08224aeb442ca308587c Thai Thien 2020-04-09 17:20:27
Commit 4f5c034e3fcbd9d3dd66333c7e81db79053c210b - fix typo
Author: Thai Thien
Author date (UTC): 2020-04-23 17:12
Committer name: Thai Thien
Committer date (UTC): 2020-04-23 17:12
Parent(s): 9ed8f35d94e43d0869d9ee07d98395ed4d4cd3fd
Signing key:
Tree: 6a5530995de9dc265b852ae2ffee4929db65e79f
File Lines added Lines deleted
train_script/CCNN/ccnn_v2_t6_sha_c2.sh 9 0
train_script/meow_one/M4_t3_sha.sh 2 2
train_script/meow_one/M4_t3_shb_c2.sh 2 2
train_script/meow_one/M4_t3_shb_sha.sh 3 3
File train_script/CCNN/ccnn_v2_t6_sha_c2.sh added (mode: 100644) (index 0000000..2bb9f59)
1 CUDA_VISIBLE_DEVICES=5 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_compact_cnn.py \
2 --task_id ccnn_v2_t6_sha_c2 \
3 --note "ccnnv2 with decay and 20p augment, much lower lr, load model" \
4 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
5 --lr 1e-5 \
6 --decay 1e-5 \
7 --load_model saved_model/ccnn_v2_t6_sha/ccnn_v2_t6_sha_checkpoint_601200.pth \
8 --datasetname shanghaitech_20p \
9 --epochs 1202 > logs/ccnn_v2_t6_sha_c2.log &
File train_script/meow_one/M4_t3_sha.sh changed (mode: 100644) (index 1351c97..a16fb5a)
1 1 task="M4_t3_sha" task="M4_t3_sha"
2 2
3 CUDA_VISIBLE_DEVICES=4 HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_meow_main.py \
3 CUDA_VISIBLE_DEVICES=1 HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_meow_main.py \
4 4 --task_id $task \ --task_id $task \
5 --note "" \
5 --note "a" \
6 6 --model "M4" \ --model "M4" \
7 7 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
8 8 --lr 1e-4 \ --lr 1e-4 \
File train_script/meow_one/M4_t3_shb_c2.sh changed (mode: 100644) (index c81ffce..4fb09c4)
1 1 task="M4_t3_shb_c2" task="M4_t3_shb_c2"
2 2
3 CUDA_VISIBLE_DEVICES=4 HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_meow_main.py \
3 CUDA_VISIBLE_DEVICES=2 HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_meow_main.py \
4 4 --task_id $task \ --task_id $task \
5 5 --note "M4 continue" \ --note "M4 continue" \
6 6 --model "M4" \ --model "M4" \
 
... ... CUDA_VISIBLE_DEVICES=4 HTTPS_PROXY="http://10.60.28.99:86" nohup python experime
8 8 --lr 1e-5 \ --lr 1e-5 \
9 9 --decay 1e-5 \ --decay 1e-5 \
10 10 --batch_size 8 \ --batch_size 8 \
11 --load_model \
11 --load_model saved_model/M4_t3_shb/M4_t3_shb_checkpoint_60000.pth \
12 12 --datasetname shanghaitech_rnd \ --datasetname shanghaitech_rnd \
13 13 --epochs 701 > logs/$task.log & --epochs 701 > logs/$task.log &
14 14
File train_script/meow_one/M4_t3_shb_sha.sh changed (mode: 100644) (index 99ef2c6..a2ccac1)
1 1 task="M4_t3_shb_sha" task="M4_t3_shb_sha"
2 2
3 CUDA_VISIBLE_DEVICES=4 HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_meow_main.py \
3 CUDA_VISIBLE_DEVICES=3 HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_meow_main.py \
4 4 --task_id $task \ --task_id $task \
5 --note "" \
5 --note "a" \
6 6 --model "M4" \ --model "M4" \
7 7 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
8 8 --lr 1e-4 \ --lr 1e-4 \
9 9 --decay 1e-4 \ --decay 1e-4 \
10 --load_model \
10 --load_model saved_model/M4_t3_shb/M4_t3_shb_checkpoint_60000.pth \
11 11 --datasetname shanghaitech_20p \ --datasetname shanghaitech_20p \
12 12 --epochs 701 > logs/$task.log & --epochs 701 > logs/$task.log &
13 13
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