List of commits:
Subject Hash Author Date (UTC)
ok dude 19a59daa4433b0dc4fb24023dff428928090ab7b Thai Thien 2020-04-02 10:31:17
typo 91cbb50105fb85140e9e34261bbaf580f788425d Thai Thien 2020-04-02 10:29:55
1 debug trainning script 5f075f3774502190ecb71f663222ee0808b5a2ef Thai Thien 2020-04-02 10:28:05
setting up code 6e83edd7283bfeec6ec1a6e5057719e8ae95e8ea Thai Thien 2020-04-02 10:25:18
fix typo f7565a25dc7058d1f344cc0d6e610fa2bf8f19e9 Thai Thien 2020-04-01 10:58:38
t4 aug 36b5bbc17111dca87cfa082f5a512b84576c8fca Thai Thien 2020-04-01 10:55:12
reproduce ccnn without batchnorm e4678b328ba9d00b9d94617a1cd0f34732f7b2ac Thai Thien 2020-03-30 16:48:35
change gpu number f4c616536d13d4caf383166caae0d8298cb73738 Thai Thien 2020-03-28 04:17:37
train custom ccnn_v2 8b6fca9cd3cb15111befd7332bc7e764d5494a66 Thai Thien 2020-03-28 03:51:07
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
Commit 19a59daa4433b0dc4fb24023dff428928090ab7b - ok dude
Author: Thai Thien
Author date (UTC): 2020-04-02 10:31
Committer name: Thai Thien
Committer date (UTC): 2020-04-02 10:31
Parent(s): 91cbb50105fb85140e9e34261bbaf580f788425d
Signer:
Signing key:
Signing status: N
Tree: d2505107dcaf68d1cd833831e21d1f02c26f733b
File Lines added Lines deleted
train_script/meow_one/m1_t1_sha.sh 1 1
File train_script/meow_one/m1_t1_sha.sh changed (mode: 100644) (index 36c7015..5d0faf0)
1 1 CUDA_VISIBLE_DEVICES=1 HTTPS_PROXY="http://10.30.58.36:81" nohup python experiment_meow_main.py \ CUDA_VISIBLE_DEVICES=1 HTTPS_PROXY="http://10.30.58.36:81" nohup python experiment_meow_main.py \
2 2 --task_id m1_t1_sha \ --task_id m1_t1_sha \
3 --note "m1 sha shanghaitech_keepfull with decay " \
3 --note "m1 sha shanghaitech_keepfull with decay, change the head, keep the tail " \
4 4 --model "M1" \ --model "M1" \
5 5 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
6 6 --lr 1e-4 \ --lr 1e-4 \
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