List of commits:
Subject Hash Author Date (UTC)
t4 624c9948c2099f16bd66f30a0c18093367b8a113 Thai Thien 2020-12-06 03:59:20
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
Commit 624c9948c2099f16bd66f30a0c18093367b8a113 - t4
Author: Thai Thien
Author date (UTC): 2020-12-06 03:59
Committer name: Thai Thien
Committer date (UTC): 2020-12-06 03:59
Parent(s): 944e85901a2c22fd09f771cd1dd295f5a0ead80b
Signer:
Signing key:
Signing status: N
Tree: 733762f81e1de5adacdee9b7e91d492d82941e16
File Lines added Lines deleted
train_script/learnstuff/b/adamw1_ccnnv7_t4_bike.sh 4 4
File train_script/learnstuff/b/adamw1_ccnnv7_t4_bike.sh copied from file train_script/learnstuff/b/adamw1_ccnnv7_t3_bike.sh (similarity 68%) (mode: 100644) (index 75fc9df..886c0da)
1 task="adamw1_ccnnv7_t3_bike"
1 task="adamw1_ccnnv7_t4_bike"
2 2
3 CUDA_VISIBLE_DEVICES=4 OMP_NUM_THREADS=3 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \
3 CUDA_VISIBLE_DEVICES=5 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 --note "bike baseline on good model" \
5 --note "bike baseline on better model" \
6 6 --model "CompactCNNV7" \ --model "CompactCNNV7" \
7 7 --input /data/rnd/thient/thient_data/mybikedata \ --input /data/rnd/thient/thient_data/mybikedata \
8 8 --lr 1e-4 \ --lr 1e-4 \
9 9 --decay 0.05 \ --decay 0.05 \
10 10 --loss_fn "MSEL1Mean" \ --loss_fn "MSEL1Mean" \
11 11 --batch_size 5 \ --batch_size 5 \
12 --load_model /data/rnd/thient/crowd_counting_framework/saved_model/ccnn_v7_t4_shb_fixed/ccnn_v7_t4_shb_fixed_checkpoint_71600.pth \
12 --load_model /data/rnd/thient/crowd_counting_framework/saved_model/g1_ccnn_v7_t3_shb/g1_ccnn_v7_t3_shb_checkpoint_108000.pth \
13 13 --datasetname my_bike_non_overlap \ --datasetname my_bike_non_overlap \
14 14 --optim adamw \ --optim adamw \
15 15 --cache \ --cache \
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