List of commits:
Subject Hash Author Date (UTC)
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
batch_size 1 57017c52dd5788f481173cefae2aab56dd15bad4 Thai Thien 2020-03-17 17:59:13
remove inplace relu, let batchsize = 4 5de3e36f31d3e2b000a1bd8972bda580ecf92c3e Thai Thien 2020-03-17 17:52:29
batchsize 5 a4332d10d2a776f2b3b72c74cc706bfd9b9ff665 Thai Thien 2020-03-17 17:48:11
Commit fa2c1c54858d8a57585c3801dc168c464ba689dd - change gpu
Author: Thai Thien
Author date (UTC): 2020-03-18 17:31
Committer name: Thai Thien
Committer date (UTC): 2020-03-18 17:31
Parent(s): d71ce17c4efbcc2cd31917f0e27e90bd964ac964
Signer:
Signing key:
Signing status: N
Tree: 3a23eabe2e878560b9c75b336d5513e3e82d7e28
File Lines added Lines deleted
train_script/CCNN/ccnn_v6_t2_shb.sh 1 1
File train_script/CCNN/ccnn_v6_t2_shb.sh changed (mode: 100644) (index 20a3a33..fc32f63)
1 CUDA_VISIBLE_DEVICES=1 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_compact_cnn.py \
1 CUDA_VISIBLE_DEVICES=2 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_compact_cnn.py \
2 2 --task_id ccnn_v6_t2_shb \ --task_id ccnn_v6_t2_shb \
3 3 --note "compact ccnnv6 with bunch of batchnorm, shanghaitech crop quarter " \ --note "compact ccnnv6 with bunch of batchnorm, shanghaitech crop quarter " \
4 4 --input /data/rnd/thient/thient_data/ShanghaiTech/part_B \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_B \
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