List of commits:
Subject Hash Author Date (UTC)
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
4 2f49bfa380e997c177af1de34c8d6882ed7099e9 Thai Thien 2020-04-09 17:06:28
11 331644c623b1bf5a34c4db432e1526f6bc34a398 Thai Thien 2020-04-09 17:04:49
batchsize 24 f6aeba845ee1915cb0aeb8fce298e56a6ba40b3a Thai Thien 2020-04-09 16:46:25
t10 91d9e83c80a6a533535fd91278b9175c839c9715 Thai Thien 2020-04-09 16:43:38
t9 927b97f2f285000ce7b407496c52da2c61539cb8 Thai Thien 2020-04-09 16:37:39
minor bugfix cbab75b39a2d3495c1d07a6f5c127ccc6e7cfbf5 Thai Thien 2020-04-09 16:15:24
ccnn v2 t89 shb 15fca0fdfa56fb6abe4928642fbaf8b444fa5fbb Thai Thien 2020-04-09 15:46:00
fixed: not discard under-size in 256 8a0ef0a9bfb0801933dd4403685fe65ebb5dac6a Thai Thien 2020-04-08 16:10:46
data_flow fixed 256, we ignore too small image in Batch for now 34a56f59674dee5267dba356b3ebe469baa91baf Thai Thien 2020-04-08 15:46:34
fix typo e9e5fe46043233c703e0a872afd1510434d4b5b0 Thai Thien 2020-04-07 18:49:20
Commit 044a398d62add2e854b79b0b3c48c961a4a20bb0 - add load model
Author: Thai Thien
Author date (UTC): 2020-04-16 14:27
Committer name: Thai Thien
Committer date (UTC): 2020-04-16 14:27
Parent(s): c960a8e3ddbfb7fc57f3f843fa4184c063cf8cdb
Signing key:
Tree: ccd2bf5e205fc7f6351e08370493dddab11550ce
File Lines added Lines deleted
train_script/meow_one/M4_t1_shb.sh 1 1
train_script/meow_one/big_tail/bigtail3_t1_sha_shb.sh 1 1
train_script/meow_one/big_tail/bigtail3_t1_shb_sha.sh 1 1
File train_script/meow_one/M4_t1_shb.sh changed (mode: 100644) (index ecde449..e91f764)
1 1 task="M4_t1_shb" task="M4_t1_shb"
2 2
3 CUDA_VISIBLE_DEVICES=3 HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_meow_main.py \
3 CUDA_VISIBLE_DEVICES=4 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 shanghaitech_rnd" \ --note "M4 shanghaitech_rnd" \
6 6 --model "BigTail3" \ --model "BigTail3" \
File train_script/meow_one/big_tail/bigtail3_t1_sha_shb.sh changed (mode: 100644) (index f1013ef..03a4de7)
... ... CUDA_VISIBLE_DEVICES=2 HTTPS_PROXY="http://10.60.28.99:86" nohup python experime
8 8 --lr 1e-4 \ --lr 1e-4 \
9 9 --decay 1e-4 \ --decay 1e-4 \
10 10 --batch_size 8 \ --batch_size 8 \
11 --load_model \
11 --load_model saved_model/bigtail3_t1_sha/bigtail3_t1_sha_checkpoint_720000.pth \
12 12 --datasetname shanghaitech_rnd \ --datasetname shanghaitech_rnd \
13 13 --epochs 302 > logs/$task.log & --epochs 302 > logs/$task.log &
14 14
File train_script/meow_one/big_tail/bigtail3_t1_shb_sha.sh changed (mode: 100644) (index 95f7218..735dfb1)
... ... CUDA_VISIBLE_DEVICES=1 HTTPS_PROXY="http://10.60.28.99:86" nohup python experime
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/bigtail3_t1_sha/bigtail3_t1_shb_checkpoint_60000.pth \
11 11 --datasetname shanghaitech_20p \ --datasetname shanghaitech_20p \
12 12 --epochs 601 > logs/$task.log & --epochs 601 > 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