List of commits:
Subject Hash Author Date (UTC)
higher lr 68236a00e3069e45f77320fc7452b7df5b8151fc Thai Thien 2020-12-05 03:13:36
f 0d382a58494314e842b0712dbf55c55ec1de9579 Thai Thien 2020-12-05 02:51:55
batchnorm, relu 295df31d909172504eaa532537cc1bd72947cde5 Thai Thien 2020-12-05 02:36:19
adamw1_csrnet_t6_shb 1a47e9caf6cc2e0bc54f850c70822b4ae346af11 Thai Thien 2020-12-04 19:30:53
0 f2cd90cfaabcf72b80182cdef7650a2f39af3e76 Thai Thien 2020-12-04 18:57:54
adamw1_csrnet_t4_shb 79acbd4cd4db12dd97f0f142ccd169d03859ae8f Thai Thien 2020-12-04 18:23:08
adamw1_csrnet_t3_shb 8fad28cb6682cfe8fe0dd428cef31a8fcb54f5c4 Thai Thien 2020-12-04 18:00:44
batch size 2 79067390f089a5bbec3d033bfc717249bc4d49d1 Thai Thien 2020-12-04 16:18:24
lower batchsize e880bfb29d9e9b27c2b647333718043467f79386 Thai Thien 2020-12-04 16:15:30
csrnet b96ea8c86b182d202f403c7ca5d2d031493da712 Thai Thien 2020-12-04 15:57:37
some demo and playground code b1d48dd89f1bf3a30b82c51b25cdd68fb77f1023 Thai Thien 2020-12-04 15:53:19
some predict demo 7f2214ad2882874d5407a2d4d5bd115b7089a020 Thai Thien 2020-12-02 14:55:22
demo 3d5fa0d764843d4fd780e44547fd0b13a367c6bc Thai Thien 2020-11-27 19:28:37
notable image b0f2b0e9732c2f2031831eb80eeaf7e6dab1f5bd Thai Thien 2020-11-22 07:11:16
notebook 5b8b840bc1fd0d806a13646477988534f4982fac Thai Thien 2020-11-22 07:10:42
l2_adamw2_bigtail13i_t13_sha 7fd22510845dec808100058190a202b805bf6a02 Thai Thien 2020-09-23 14:17:00
l2_adamw2_bigtail13i_t12_sha bf67476db55f55f348068bc7683f68834659cc96 Thai Thien 2020-09-23 14:14:35
l2_adamw2_bigtail13i_t11_sha 1365b305bf541a3d941d173b169fa14aa811beb1 Thai Thien 2020-09-22 19:31:17
l2_adamw2_bigtail13i_t10_sha 4f6f2b8d3ac4654cc2ed94ca6900643f3ca07be9 Thai Thien 2020-09-22 19:27:24
l2_adamw2_bigtail13i_t9_sha 576b424688dff640a0a7d448cbd615cfb4f33d54 Thai Thien 2020-09-22 19:21:17
Commit 68236a00e3069e45f77320fc7452b7df5b8151fc - higher lr
Author: Thai Thien
Author date (UTC): 2020-12-05 03:13
Committer name: Thai Thien
Committer date (UTC): 2020-12-05 03:13
Parent(s): 0d382a58494314e842b0712dbf55c55ec1de9579
Signer:
Signing key:
Signing status: N
Tree: 466b84ee69eabe3ac1bb139ef486f011930c0d71
File Lines added Lines deleted
train_script/learnstuff/c1/adamw1_csrnet_t8_shb.sh 4 4
File train_script/learnstuff/c1/adamw1_csrnet_t8_shb.sh copied from file train_script/learnstuff/c1/adamw1_csrnet_t7_shb.sh (similarity 77%) (mode: 100644) (index aa77901..f86b18a)
1 task="adamw1_csrnet_t7_shb"
1 task="adamw1_csrnet_t8_shb"
2 2
3 CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \
3 CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \
4 4 --task_id $task \ --task_id $task \
5 --note "adamW csrnet batchnorm and relu, batchnorm only tail, freez vggg" \
5 --note "adamW csrnet batchnorm and relu, batchnorm only tail, freez vggg, now, go higher lr" \
6 6 --model "CSRNet" \ --model "CSRNet" \
7 7 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_B \ --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_B \
8 --lr 1e-7 \
8 --lr 1e-6 \
9 9 --decay 0.0005 \ --decay 0.0005 \
10 10 --loss_fn "MSEL1Mean" \ --loss_fn "MSEL1Mean" \
11 11 --batch_size 2 \ --batch_size 2 \
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