List of commits:
Subject Hash Author Date (UTC)
simple v3 to 91 epoch 539fdd03c3e3497fd22b7db2aaa14f067cbf6f8d Thai Thien 2020-03-02 16:09:43
we train on all training data and validate on test data 9407ef8d5b7c47c53d6f98dcb3c20208aad1d7a9 Thai Thien 2020-03-01 15:36:46
load and continue train v3 12421fb7330e5c9d2eed4f6e574dfe69bdfddefc Thai Thien 2020-03-01 14:50:01
add env file b1ed02088b01af42efc8d6963b3699e0a5c31c01 Thai Thien 2020-03-01 11:10:56
sanity check dataloader 034daa8bef69daff92891cc42b988a6c77b010f9 Thai Thien 2020-03-01 10:24:38
print train loader len eef3995f63a631e0ec5d92e31f5d7db27fd04401 Thai Thien 2020-03-01 05:17:55
simple v3 t1 9ee69fce793709c3dcc692de73ddb9d01c54670e Thai Thien 2020-03-01 05:08:40
try fix load model not training a9d6dc79a460f15bd34bc7c6a4e1359209f59f27 Thai Thien 2020-03-01 05:04:48
continue training for attn can adcrowdnet simple 437fe77a4f50b6c6098a5251dbb42be74d8cdfc4 Thai Thien 2020-03-01 04:40:18
can use GPU 1 084554baa67d3eaa517cdad7be3ac3d1e8ba3e2c Thai Thien 2020-03-01 03:41:48
well, fix can train script actually 1ff1cae8b9fc75fddc4778db804d1469713e55b2 Thai Thien 2020-03-01 03:25:29
can fix a32e4697517e555cccaf3322250d8c298284b5aa Thai Thien 2020-03-01 03:24:19
train script 0b9279193b68083ccb8d5072dcee333c3e0712e8 Thai Thien 2020-03-01 02:24:04
ready train can e774b212367c0bf6b8aaa133afc3845a427a9359 Thai Thien 2020-03-01 02:20:35
simple v3 245472ed0682c617b1975f82c7a0c15ee3494818 Thai Thien 2020-02-29 17:43:39
simplev2 bab195873f45b19020f6d3c5f717742c5e2becbd Thai Thien 2020-02-29 17:17:02
is to == fbcc505592028368dfa9d6fee3e9d1b4a4e83cef Thai Thien 2020-02-29 16:59:40
debug more 2de2aedc27131648f9982679dc00e8ebf9bdd079 Thai Thien 2020-02-29 16:57:36
debug ListDataset 5c6339a985da46724e4c530f3c02d1acdff864b6 Thai Thien 2020-02-29 16:55:18
debug dataset_name thing 7331c2ce0e1aff3daea07ca20ed681ceacc4d4b0 Thai Thien 2020-02-29 16:53:04
Commit 539fdd03c3e3497fd22b7db2aaa14f067cbf6f8d - simple v3 to 91 epoch
Author: Thai Thien
Author date (UTC): 2020-03-02 16:09
Committer name: Thai Thien
Committer date (UTC): 2020-03-02 16:09
Parent(s): 9407ef8d5b7c47c53d6f98dcb3c20208aad1d7a9
Signer:
Signing key:
Signing status: N
Tree: 578a60fcf4e730c61e1a8e8397eb266a345099c2
File Lines added Lines deleted
train_script/my_simple1/my_simple_v3_load_t3.sh 4 4
File train_script/my_simple1/my_simple_v3_load_t3.sh copied from file train_script/my_simple1/my_simple_v3_load_t2.sh (similarity 55%) (mode: 100644) (index fbd0e8e..1960126)
1 1 CUDA_VISIBLE_DEVICES=4 nohup python train_attn_can_adcrowdnet_simple.py \ CUDA_VISIBLE_DEVICES=4 nohup python train_attn_can_adcrowdnet_simple.py \
2 --task_id simple_v3_t2 \
2 --task_id simple_v3_t3 \
3 3 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
4 --load_model saved_model/simple_v3_t1/simple_v3_t1_checkpoint_22680.pth \
5 --lr 1e-6 \
4 --load_model saved_model/simple_v3_t1/simple_v3_t2_checkpoint_64800.pth \
5 --lr 1e-7 \
6 6 --decay 5e-4 \ --decay 5e-4 \
7 7 --datasetname shanghaitech_keepfull \ --datasetname shanghaitech_keepfull \
8 --epochs 60 > logs/simple_v3_t2.log &
8 --epochs 91 > logs/simple_v3_t3.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