List of commits:
Subject Hash Author Date (UTC)
adamw1_ccnnv7_t6_jhu.sh 5c8644da7445b3dd4f6d2611d564592e8e8ed45c Thai Thien 2020-09-16 18:19:07
adamw1_CompactCNNV7_t6_jhu 1fa1d544a254cd042bcdd36e8de2984fe3d5244f Thai Thien 2020-09-16 17:56:15
adamw1_CompactCNNV7_t5_jhu 40720162c9e9b731fb852ed7e3e191228e421ced Thai Thien 2020-09-16 17:46:20
test_data cache 73633cbd6d70448268a3e1534440601ddcf75276 Thai Thien 2020-09-16 17:12:57
fix test data not exist 474f506204251e26825801499f6bc503f44f8410 Thai Thien 2020-09-16 16:41:00
fix test data not exist 6377e18d87e0fabbf9b4ed143e26ae5912c0b872 Thai Thien 2020-09-16 16:40:06
jhucrowd_downsample_512 30b8b9a63e93a5631f003858ef2ab63dc62c6563 Thai Thien 2020-09-16 16:17:02
fix 77d74f09874a7be0d8fcec141597be4ce331bf0c Thai Thien 2020-09-16 16:08:39
fix 897856c014a517da679a8a1c46c6d0b90c965876 Thai Thien 2020-09-16 16:05:29
jhucrowd_downsample_256 b992d3acc7f1e1aa0ed6265c48e9f065fa1d3085 Thai Thien 2020-09-16 16:02:19
adamw1_bigtail13i_t7_jhu 81e1a8ff445b76f0a9c9c9882a11da65b8b13088 Thai Thien 2020-09-10 18:19:34
adamw1_CompactCNNV7_t1_jhu ed5c3696081241e7ebd7370863ea08ec83467a0b Thai Thien 2020-09-10 18:12:05
no force cache 33946d1f09a1e77c7758acbcd61e385a1800e854 Thai Thien 2020-09-10 17:47:06
skip train eval 186cb449855cb567fc61801bd3a1a4c0767a7d35 Thai Thien 2020-09-10 17:17:10
70 cuda mem but why ? f63f482418b6c85d2a289da9e9e43ca2b50cdd5d Thai Thien 2020-09-10 16:42:00
n_thread int f6243317336e07b9b6177c89ec3072c7d18189c6 Thai Thien 2020-09-10 16:22:36
t3 fix num thread 8981cf96a953c643b3443f39ad73487d2e7e044d Thai Thien 2020-09-10 16:20:28
jhu float32 c0b004d6a733f83e469bb3d48f7e20a9c7113957 Thai Thien 2020-09-10 16:14:09
fix float 8867f5d5e160c38a1a7d67b2fac728cf60e6649e Thai Thien 2020-09-10 16:03:15
try catch empty file e7d392cd6ec807f3ae242ef5090f5725ced9f897 Thai Thien 2020-09-10 15:40:14
Commit 5c8644da7445b3dd4f6d2611d564592e8e8ed45c - adamw1_ccnnv7_t6_jhu.sh
Author: Thai Thien
Author date (UTC): 2020-09-16 18:19
Committer name: Thai Thien
Committer date (UTC): 2020-09-16 18:19
Parent(s): 1fa1d544a254cd042bcdd36e8de2984fe3d5244f
Signing key:
Tree: f7e422cbdc5a719e4fbf4f2eecb8a51c32dc4d57
File Lines added Lines deleted
train_script/learnstuff/l3/adamw1_ccnnv7_t7_jhu.sh 2 2
File train_script/learnstuff/l3/adamw1_ccnnv7_t7_jhu.sh copied from file train_script/learnstuff/l3/adamw1_ccnnv7_t6_jhu.sh (similarity 91%) (mode: 100644) (index dbf9c90..bc89790)
1 task="adamw1_CompactCNNV7_t6_jhu"
1 task="adamw1_ccnnv7_t6_jhu.sh"
2 2
3 3 CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=6 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \ CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=6 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \
4 4 --task_id $task \ --task_id $task \
5 5 --note "lower lr and decay" \ --note "lower lr and decay" \
6 6 --model "CompactCNNV7" \ --model "CompactCNNV7" \
7 7 --input /data/rnd/thient/thient_data/jhu_crowd_plusplus \ --input /data/rnd/thient/thient_data/jhu_crowd_plusplus \
8 --lr 1e-5 \
8 --lr 1e-4 \
9 9 --decay 0.001 \ --decay 0.001 \
10 10 --loss_fn "MSEL1Mean" \ --loss_fn "MSEL1Mean" \
11 11 --batch_size 60 \ --batch_size 60 \
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