List of commits:
Subject Hash Author Date (UTC)
batchsize to 6 7437e22c7bd11a29421bfc645efc7ade5f0fb42a Thai Thien 2020-03-17 17:46:11
deformable ccnn 10a75cf43918482b285c1d130a44c7f21d65b74b Thai Thien 2020-03-17 17:43:21
change cuda vis 8f3bad803408eda16953a040ca5ec5895ad1e6cc Thai Thien 2020-03-16 17:23:35
add bias = false to cnn aba5e4a6c68ac5908e6244ce6c1b6b8cddfeb3c9 Thai Thien 2020-03-16 17:23:08
customccnn v3 with many batchnorm 42ea62efcce0489673cdf71db792eb06d88fa5e6 Thai Thien 2020-03-16 17:22:30
CustomCNNv3 b1b117d627147bc23727e55ab0c3026e920d9f20 Thai Thien 2020-03-16 16:05:02
fix dimension mismake again d2341d70250a38071fefa9e6af24d7382ccf3138 Thai Thien 2020-03-15 09:29:03
fix custom ccnn dimension mismake 8b2fe4f669469196685a37974b5e7fee5e9a5fe0 Thai Thien 2020-03-15 08:57:16
custom ccnn fa81a2a28140cc8a84e3d5df49443ebe79e89268 Thai Thien 2020-03-15 08:54:19
forgot to add batch size arg in "train_compact_cnn" bc9f7ca249f6719d8ee67a631bce184914d6b199 Thai Thien 2020-03-14 17:58:26
ccnn_v5_t2shb 85dcfe49ecbcef2ccb1bb70b2a1b898440180286 Thai Thien 2020-03-14 17:43:00
add batchsize, ready train shb with batch5 254ba309e8031fcffb911f29d92a46f56106e8aa Thai Thien 2020-03-14 17:39:18
gpu 5 44fb230848afb391fa4efa4e412d3def3e32965a Thai Thien 2020-03-14 11:29:26
reduce lr to 1e-4 9c5e5b64621b33ae7ecc0124c204c4053296d426 Thai Thien 2020-03-14 11:24:24
train with scheduler 390958d81f108ed3ca3cfe668ceef2a4ebf6a69f Thai Thien 2020-03-14 10:57:44
prepare to train 8c16b70c805d48e4f944fa469cb370f1ee1297f0 Thai Thien 2020-03-14 10:15:22
add 1 move layer to ccnn 10d5d3711dda204d7b059b79d775c0359d1a964d Thai Thien 2020-03-14 10:04:17
continue train 3627b8cbf4192856d7453b72972a11659c34ae5f Thai Thien 2020-03-14 01:58:25
simple v4 t2 4dee2eba24246cf21a84dd7f9ef74d6c434edf1d Thai Thien 2020-03-13 18:36:33
nll to loss 958f0895b81d42e6d31a0bbd5787211538c081fe Thai Thien 2020-03-13 16:27:27
Commit 7437e22c7bd11a29421bfc645efc7ade5f0fb42a - batchsize to 6
Author: Thai Thien
Author date (UTC): 2020-03-17 17:46
Committer name: Thai Thien
Committer date (UTC): 2020-03-17 17:46
Parent(s): 10a75cf43918482b285c1d130a44c7f21d65b74b
Signer:
Signing key:
Signing status: N
Tree: b2acd1c01f4740b68fe5ae075566ed1b2f379f80
File Lines added Lines deleted
train_script/CCNN_custom/custom_ccnn_v4_t1_shb.sh 1 1
File train_script/CCNN_custom/custom_ccnn_v4_t1_shb.sh changed (mode: 100644) (index 1715668..2254be4)
... ... CUDA_VISIBLE_DEVICES=1 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_cu
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 --batch_size 8 \
8 --batch_size 6 \
9 9 --epochs 200 > logs/custom_ccnn_v4_t1_shb.log & --epochs 200 > logs/custom_ccnn_v4_t1_shb.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