List of commits:
Subject Hash Author Date (UTC)
t10 91d9e83c80a6a533535fd91278b9175c839c9715 Thai Thien 2020-04-09 16:43:38
t9 927b97f2f285000ce7b407496c52da2c61539cb8 Thai Thien 2020-04-09 16:37:39
minor bugfix cbab75b39a2d3495c1d07a6f5c127ccc6e7cfbf5 Thai Thien 2020-04-09 16:15:24
ccnn v2 t89 shb 15fca0fdfa56fb6abe4928642fbaf8b444fa5fbb Thai Thien 2020-04-09 15:46:00
fixed: not discard under-size in 256 8a0ef0a9bfb0801933dd4403685fe65ebb5dac6a Thai Thien 2020-04-08 16:10:46
data_flow fixed 256, we ignore too small image in Batch for now 34a56f59674dee5267dba356b3ebe469baa91baf Thai Thien 2020-04-08 15:46:34
fix typo e9e5fe46043233c703e0a872afd1510434d4b5b0 Thai Thien 2020-04-07 18:49:20
tryting to reproduce ccnn again b3681bbf85bb50eb5430581d8779415520d78dc2 Thai Thien 2020-04-07 18:25:30
fix bug, new dataflow 28706ac8dd35ff6f7d17c7d01656b047dd95cffe Thai Thien 2020-04-07 17:54:57
ccnn_v2_t2_sha_scheduler 0bd4b83a3e2adb4d054537fde38c56ec3eca0d68 Thai Thien 2020-04-07 02:16:53
lower ccnn sgd lr 9f10c1c664cf9be2b3093ba72815740b31521287 Thai Thien 2020-04-06 17:41:39
5 07b51e18899506183b197366b8a2e6319dec0215 Thai Thien 2020-04-06 17:30:33
3 more test 03cca5576a44e925db8626c905f324d42c205923 Thai Thien 2020-04-06 17:22:40
modify bigtail2 t2 fcd49caa43303c11049cb6c40b5e5c62f1fcdab3 Thai Thien 2020-04-06 17:06:15
try to reproduce 0946ba05287dcbc00d7743347f6f75d7f7601636 Thai Thien 2020-04-06 16:55:50
custom ccnn v2 t4 sha lower lr b2381872bc284fc16af9c7d3129f1bee418f8915 Thai Thien 2020-04-06 02:11:55
ccnn v2 t5 d2c4a1182c5ca93b9e6b2bc4dadc4ddc8c9c521b Thai Thien 2020-04-05 10:41:18
try to reproduce that 86 4a715c2e62e1f92051d5a4abbba983821e6bb422 Thai Thien 2020-04-05 10:30:47
add c5 e6c82e35a4920700840bde0e891ca5d6cf285a7c Thai Thien 2020-04-05 10:05:44
some big tail 3705300d179b004c1049ec402461de6c9f67bbd1 Thai Thien 2020-04-05 09:49:06
Commit 91d9e83c80a6a533535fd91278b9175c839c9715 - t10
Author: Thai Thien
Author date (UTC): 2020-04-09 16:43
Committer name: Thai Thien
Committer date (UTC): 2020-04-09 16:43
Parent(s): 927b97f2f285000ce7b407496c52da2c61539cb8
Signing key:
Tree: a398a35e26934fb34553a5adf317dd6ddde53544
File Lines added Lines deleted
train_script/CCNN/ccnn_v2_t10_shb.sh 4 4
File train_script/CCNN/ccnn_v2_t10_shb.sh copied from file train_script/CCNN/ccnn_v2_t9_shb.sh (similarity 57%) (mode: 100644) (index 2b39e71..4523419)
1 CUDA_VISIBLE_DEVICES=2 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_compact_cnn.py \
2 --task_id ccnn_v2_t9_shb \
1 CUDA_VISIBLE_DEVICES=3 HTTPS_PROXY="http://10.30.58.36:81" nohup python train_compact_cnn.py \
2 --task_id ccnn_v2_t10_shb \
3 3 --note "ccnnv2 with decay, 1e-4 lr " \ --note "ccnnv2 with decay, 1e-4 lr " \
4 4 --input /data/rnd/thient/thient_data/ShanghaiTech/part_B \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_B \
5 --lr 1e-4 \
5 --lr 2e-5 \
6 6 --decay 1e-4 \ --decay 1e-4 \
7 7 --batch_size 8 \ --batch_size 8 \
8 8 --datasetname shanghaitech_rnd \ --datasetname shanghaitech_rnd \
9 --epochs 601 > logs/ccnn_v2_t9_shb.log &
9 --epochs 601 > logs/ccnn_v2_t10_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