List of commits:
Subject Hash Author Date (UTC)
t7 2ff8d0931ae51a93915721202aaa17c38c2918cc Thai Thien 2020-06-09 15:08:32
t5 t6 7eeeb38e47fc4b59750438d66c911a7a93573b91 Thai Thien 2020-06-09 14:53:05
t4 e58849acc2d608f95130b58cafbe642f5f67a269 Thai Thien 2020-06-08 15:54:08
sgd t3 d6a8816d042d837578e095e748167abdb97acdd2 Thai Thien 2020-06-08 15:48:55
meow 776073961973fb7c5fa04a86b3c642627fa8b1ee Thai Thien 2020-06-08 15:18:04
t14 double lr 55942fb00b6f13302d91904baa5783738b1d530f Thai Thien 2020-06-07 04:30:42
t12 t13 914f8d4bc63f4d626ceaeaeddf11ad2d8668be5d Thai Thien 2020-06-07 04:22:17
data_flow fix load_data_shanghaitech_more_rnd f593543b86fd2aba890dd3fc8d26121c3ba5d5e1 Thai Thien 2020-06-07 04:09:40
1e-4 88dcc2e1340f0cfc20b0dca73bc374d742278a5a Thai Thien 2020-06-07 03:42:38
try to increase batch size and learning rate 55f5eedf8eea9b4df20b7f2107d9e4c89c3787bf Thai Thien 2020-06-07 03:42:29
t9 gpu 99153ea3c20ef26c651004d083086e7ea2c9452e Thai Thien 2020-06-06 18:08:00
t9 c4305310d8376b1814c1c1ed77fa46919f02a898 Thai Thien 2020-06-06 18:07:01
t7 t8 d62a031e9b4506f7d8173906615cc6f32d0b7a4c Thai Thien 2020-06-06 18:06:13
_fixed 7c44ea2806c5b9e9b85cd496d2a3e400c437acd2 Thai Thien 2020-06-06 17:54:40
bigtail shb 6d7bcddf7613ab19c4022c533a9a6d8eb2cd4776 Thai Thien 2020-06-06 17:53:51
bigtail4 56 0a2cf847de58fc032ee966632af94cdef1f16245 Thai Thien 2020-06-05 09:36:40
bigtail 4 t3 t4 1dd1c61db8f34d6562909f9d37f0ca18fc91fa55 Thai Thien 2020-06-04 14:59:52
bigtal4 1a434051955cfaeda47780ab801924cfc9c22f94 Thai Thien 2020-06-02 18:00:43
l1 1e-4 2ea7293b60423704648df4a610a012f1da822ec9 Thai Thien 2020-05-29 16:38:44
fix log epoch 84e8beff8e305f81de7a05add2e58dcfe389ede5 Thai Thien 2020-05-29 16:38:31
Commit 2ff8d0931ae51a93915721202aaa17c38c2918cc - t7
Author: Thai Thien
Author date (UTC): 2020-06-09 15:08
Committer name: Thai Thien
Committer date (UTC): 2020-06-09 15:08
Parent(s): 7eeeb38e47fc4b59750438d66c911a7a93573b91
Signer:
Signing key:
Signing status: N
Tree: 681466f782604429014e2da2e3b1954411d41b9e
File Lines added Lines deleted
train_script/sgd_stuff/ccnn_sgd_t7_shb.sh 2 3
File train_script/sgd_stuff/ccnn_sgd_t7_shb.sh copied from file train_script/sgd_stuff/ccnn_sgd_t2_shb.sh (similarity 88%) (mode: 100644) (index c46cfac..4b24bb6)
1 task="ccnn_sgd_t2_shb"
1 task="ccnn_sgd_t7_shb"
2 2
3 3 CUDA_VISIBLE_DEVICES=4 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \ CUDA_VISIBLE_DEVICES=4 OMP_NUM_THREADS=2 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 "CompactCNNV7" \
5 --note "batch size 20 and no decay" \
6 6 --model "CompactCNNV7" \ --model "CompactCNNV7" \
7 7 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_fixed_sigma/part_B \ --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_fixed_sigma/part_B \
8 8 --lr 1e-5 \ --lr 1e-5 \
9 --decay 1e-4 \
10 9 --loss_fn "MSEMean" \ --loss_fn "MSEMean" \
11 10 --skip_train_eval \ --skip_train_eval \
12 11 --batch_size 20 \ --batch_size 20 \
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