List of commits:
Subject Hash Author Date (UTC)
adamw1_ccnnv7_t3_bike 944e85901a2c22fd09f771cd1dd295f5a0ead80b Thai Thien 2020-12-06 03:51:57
train ccnn baseline on mybike ds 72d6a45b37523136c36ef208e7c9ab0893bce3da Thai Thien 2020-12-06 03:25:17
my collate on my bike 748f11c4b2ddbd37e5dda3b9472558fa49689c1f Thai Thien 2020-12-05 19:06:48
pump up the epoch 5b4e119e1f1eaf56d51e0dba9dd89ecc2a38ad5b Thai Thien 2020-12-05 19:03:41
bike train script 4e8aa6f80eb14a2ab29c672aa16d42e18cc03c5a Thai Thien 2020-12-05 19:00:20
all the code on my bike 02268511c6fab77078bb5bd1bf597fd44345a3aa Thai Thien 2020-12-05 18:32:14
generate density map from my bike ok 476fc0485ce3164d989f707629570f2f40be1750 Thai Thien 2020-12-05 09:04:46
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
Commit 944e85901a2c22fd09f771cd1dd295f5a0ead80b - adamw1_ccnnv7_t3_bike
Author: Thai Thien
Author date (UTC): 2020-12-06 03:51
Committer name: Thai Thien
Committer date (UTC): 2020-12-06 03:51
Parent(s): 72d6a45b37523136c36ef208e7c9ab0893bce3da
Signer:
Signing key:
Signing status: N
Tree: 92de32e90d4a5e90042e8dd2ecc086af05969b89
File Lines added Lines deleted
train_script/learnstuff/b/adamw1_ccnnv7_t3_bike.sh 4 4
File train_script/learnstuff/b/adamw1_ccnnv7_t3_bike.sh copied from file train_script/learnstuff/b/adamw1_ccnnv7_t2_bike.sh (similarity 81%) (mode: 100644) (index ac71bb1..75fc9df)
1 task="adamw1_ccnnv7_t2_bike"
1 task="adamw1_ccnnv7_t3_bike"
2 2
3 CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=3 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \
3 CUDA_VISIBLE_DEVICES=4 OMP_NUM_THREADS=3 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 "bike baseline on good model" \ --note "bike baseline on good model" \
6 6 --model "CompactCNNV7" \ --model "CompactCNNV7" \
7 7 --input /data/rnd/thient/thient_data/mybikedata \ --input /data/rnd/thient/thient_data/mybikedata \
8 --lr 1e-3 \
9 --decay 0.1 \
8 --lr 1e-4 \
9 --decay 0.05 \
10 10 --loss_fn "MSEL1Mean" \ --loss_fn "MSEL1Mean" \
11 11 --batch_size 5 \ --batch_size 5 \
12 12 --load_model /data/rnd/thient/crowd_counting_framework/saved_model/ccnn_v7_t4_shb_fixed/ccnn_v7_t4_shb_fixed_checkpoint_71600.pth \ --load_model /data/rnd/thient/crowd_counting_framework/saved_model/ccnn_v7_t4_shb_fixed/ccnn_v7_t4_shb_fixed_checkpoint_71600.pth \
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