List of commits:
Subject Hash Author Date (UTC)
batch đéo 62e1e9124b7e611c6749c1544c60687abd30895e Thai Thien 2020-05-01 17:10:44
sanity check 67ff41702b4da7956c1c2d67b9c8c40fd65d866d Thai Thien 2020-05-01 17:08:52
sha with fixed ground true sigma b368c9b07841e462ebff4f75b260c90ce1d4571f Thai Thien 2020-05-01 16:55:43
make sha training set d446d4ac968186bb564d907be1f34ba39c8dde5f Thai Thien 2020-05-01 15:56:02
OMP_NUM_THREADS=4 8e80475ba9cfd8bff7185327c81fe72b42cf0f28 Thai Thien 2020-04-30 19:44:28
ssim t6 edf1dcc13c83aaa933d94ea77140e551c0660e14 Thai Thien 2020-04-30 19:41:33
4 threads dc740b82dc931f9b4c971322a28876a3d95735f0 Thai Thien 2020-04-30 19:35:22
torch.set_num_threads(4) a45027f9b9088eb55da8fa7994dd6944e572b0e2 Thai Thien 2020-04-30 19:33:50
pin_memory=False dabbd7134c597e184c1be88831f15416579ceddc Thai Thien 2020-04-30 19:31:17
debug cpu consume d5d9699e2fed3725cd5467cdacd1b5762f2b988f Thai Thien 2020-04-30 19:20:38
only import ssim when it is needed 3088d6fe240f94cb47057d76e9fc4da48f2d3aaf Thai Thien 2020-04-30 19:16:10
no more batch timer 3fea48c4642f62ab92accbe2493b6275d68c1b02 Thai Thien 2020-04-30 19:04:16
num_worker=0 9e21a25fd4194e99c7899f7c6b6f04d51b432c61 Thai Thien 2020-04-30 19:01:09
.to(device) 136bafc672194946e944e85d43880f3342abf9be Thai Thien 2020-04-30 18:52:05
we load, so increase epoch b147d3d824c0597390900cb3506495ad9d842bd4 Thai Thien 2020-04-30 18:45:20
wrong note 31e67446689b4cecb8f118c43e6794fa437e8eb5 Thai Thien 2020-04-30 18:44:38
use ssim ccnn 311308b98fc0a426948953ecdf8b9eec6dfd69dd Thai Thien 2020-04-30 18:38:25
loss reduce as we train, it might ok cf1b359106f6e707e6862f2b3cbc9b5c85466ea4 Thai Thien 2020-04-30 18:34:19
replace SSIM with kornia SSIM 1f29782fe73751182b696c18567c1de3ab84a6bc Thai Thien 2020-04-30 17:13:09
fix link 3c55cee5cbc9fbaee0859b6ab61529029caee681 Thai Thien 2020-04-30 15:41:10
Commit 62e1e9124b7e611c6749c1544c60687abd30895e - batch đéo
Author: Thai Thien
Author date (UTC): 2020-05-01 17:10
Committer name: Thai Thien
Committer date (UTC): 2020-05-01 17:10
Parent(s): 67ff41702b4da7956c1c2d67b9c8c40fd65d866d
Signer:
Signing key:
Signing status: N
Tree: f5feaf96881d8d84561007049096952b9e1a1348
File Lines added Lines deleted
train_script/CCNN/sha_fixed/ccnn_v7_t1_sha_fixed.sh 0 1
train_script/CCNN/sha_fixed/ccnn_v7_t2_sha_fixed.sh 0 1
File train_script/CCNN/sha_fixed/ccnn_v7_t1_sha_fixed.sh changed (mode: 100644) (index e24cc9b..cf6c919)
... ... CUDA_VISIBLE_DEVICES=1 OMP_NUM_THREADS=5 HTTPS_PROXY="http://10.60.28.99:86" noh
7 7 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_fixed_sigma/part_A \ --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_fixed_sigma/part_A \
8 8 --lr 1e-4 \ --lr 1e-4 \
9 9 --decay 1e-4 \ --decay 1e-4 \
10 --batch_size 20 \
11 10 --datasetname shanghaitech_20p \ --datasetname shanghaitech_20p \
12 11 --epochs 901 > logs/$task.log & --epochs 901 > logs/$task.log &
13 12
File train_script/CCNN/sha_fixed/ccnn_v7_t2_sha_fixed.sh changed (mode: 100644) (index f233b17..26af14c)
... ... CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=5 HTTPS_PROXY="http://10.60.28.99:86" noh
7 7 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_fixed_sigma/part_A \ --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_fixed_sigma/part_A \
8 8 --lr 1e-4 \ --lr 1e-4 \
9 9 --decay 1e-4 \ --decay 1e-4 \
10 --batch_size 20 \
11 10 --datasetname shanghaitech_keepfull \ --datasetname shanghaitech_keepfull \
12 11 --epochs 901 > logs/$task.log & --epochs 901 > logs/$task.log &
13 12
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