List of commits:
Subject Hash Author Date (UTC)
v5 24e4a8a9c8948c21b0d6beadec0418adceec8577 Thai Thien 2020-03-20 17:56:32
hope it fix cuda bug 7b8cbb70550df279035ef56a22450d17fed6b29a Thai Thien 2020-03-20 17:55:24
ccnnv4 sha a4acad0caf5a18fc9ea037a5e3d6db9d6b6106c7 Thai Thien 2020-03-20 17:38:30
change gpu fa2c1c54858d8a57585c3801dc168c464ba689dd Thai Thien 2020-03-18 17:31:38
fix typo again d71ce17c4efbcc2cd31917f0e27e90bd964ac964 Thai Thien 2020-03-18 17:30:34
typo again c16871fb2cc035e168d62df9c5d4401bc465df95 Thai Thien 2020-03-18 17:27:45
fix minor typo 01d907dda5c1e4c08b5ca5607aa77365cfd70a2e Thai Thien 2020-03-18 17:25:32
forgot to change the model cb8bde150d7e764f67f33c980759675a2f5cce8e Thai Thien 2020-03-18 17:23:51
log summary for adcrowdnet simple lrscheduler cefb188f185dbba3dd95f5034f17bd43dd194d44 Thai Thien 2020-03-18 17:18:36
prepare exp 4658d0a852d952f1e1f600d9c494b8d511b9d52c Thai Thien 2020-03-18 17:17:05
CompactCNNV6 with a bunch of batchnorm a9f21eac8ab6a328fac7a23bb5eddbbaa4496d04 Thai Thien 2020-03-18 17:09:26
implement attn_can_adcrowdnet_v5 c905bd76d3a5d3b933d1e6eab6e50da187cee3a2 Thai Thien 2020-03-18 16:56:02
forget add --momentum 58131da12819203ec13ea62e7ad6862cf6db301d thient 2020-03-18 03:41:30
shell script ebb46f6853a666ecdfbaf42bb927cad0ec9e548e thient 2020-03-18 03:38:56
add sgd a37f034b6231728629586223b9c1a0ca9f8c30ba thient 2020-03-18 03:38:21
increase epoch ... because we are loading old model 44c6dea2b2e5017f8c6f3bf87136220d6e9def42 thient 2020-03-18 03:16:49
continue train with higher lr (forgot a slash) 982a68aa7e2cd9879c24962459db41215415833f thient 2020-03-18 03:13:08
continue train with higher lr f2bd926e2db7f73065433ad6702c6edee31076b3 thient 2020-03-18 03:12:03
look like batch size 2 is fck up 85e85c211dc75dd5e4bd5033e33802699b000227 Thai Thien 2020-03-17 18:04:19
100 epoch batch size 2 7d3cd859496dd2c268e0d9c7cb02b67c88e71de4 Thai Thien 2020-03-17 18:01:44
Commit 24e4a8a9c8948c21b0d6beadec0418adceec8577 - v5
Author: Thai Thien
Author date (UTC): 2020-03-20 17:56
Committer name: Thai Thien
Committer date (UTC): 2020-03-20 17:56
Parent(s): 7b8cbb70550df279035ef56a22450d17fed6b29a
Signer:
Signing key:
Signing status: N
Tree: 191b371ab2febe8ead5a66c340f547595c35ffaa
File Lines added Lines deleted
train_script/CCNN_custom/custom_ccnn_v5_t1_sha.sh 2 2
train_script/CCNN_custom/custom_ccnn_v5_t2_sha.sh 2 2
File train_script/CCNN_custom/custom_ccnn_v5_t1_sha.sh changed (mode: 100644) (index 7daa7dc..ce27bab)
1 1 CUDA_VISIBLE_DEVICES=3 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_custom_compact_cnn.py \ CUDA_VISIBLE_DEVICES=3 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_custom_compact_cnn.py \
2 --task_id custom_ccnn_v4_t1_sha \
2 --task_id custom_ccnn_v5_t1_sha \
3 3 --note "defromable" \ --note "defromable" \
4 4 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
5 5 --lr 1e-4 \ --lr 1e-4 \
6 6 --decay 1e-4 \ --decay 1e-4 \
7 7 --datasetname shanghaitech_keepfull \ --datasetname shanghaitech_keepfull \
8 8 --batch_size 1 \ --batch_size 1 \
9 --epochs 400 > logs/custom_ccnn_v4_t1_sha.log &
9 --epochs 400 > logs/custom_ccnn_v5_t1_sha.log &
File train_script/CCNN_custom/custom_ccnn_v5_t2_sha.sh changed (mode: 100644) (index d2c9d24..da06088)
1 1 CUDA_VISIBLE_DEVICES=4 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_custom_compact_cnn.py \ CUDA_VISIBLE_DEVICES=4 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_custom_compact_cnn.py \
2 --task_id custom_ccnn_v4_t2_sha \
2 --task_id custom_ccnn_v5_t2_sha \
3 3 --note "defromable" \ --note "defromable" \
4 4 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
5 5 --lr 1e-5 \ --lr 1e-5 \
6 6 --decay 1e-5 \ --decay 1e-5 \
7 7 --datasetname shanghaitech_keepfull \ --datasetname shanghaitech_keepfull \
8 8 --batch_size 1 \ --batch_size 1 \
9 --epochs 400 > logs/custom_ccnn_v4_t2_sha.log &
9 --epochs 400 > logs/custom_ccnn_v5_t2_sha.log &
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