List of commits:
Subject Hash Author Date (UTC)
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
ready train keepfull 24e7e7f29248f609b26999b2b8564b1157231f49 Thai Thien 2020-02-29 16:41:59
print 9ba6ea17ab117e362360afa3ee541a219c240d49 Thai Thien 2020-02-29 16:33:39
add some if else a086920254c085f8ae8aa30498d3181cfee45443 Thai Thien 2020-02-29 02:22:52
fix args dataset name 55aa10b342aa2921639ddb214c91a1ece401d400 Thai Thien 2020-02-29 02:04:00
fix deprecate d16b3ed34285df19d950d4f0472867020922cb91 Thai Thien 2020-02-29 01:56:38
fix dataset_name 16a6b9ccc89d647c239778662d1371f4e43c864a Thai Thien 2020-02-29 01:40:50
fix my_args_parse c0f526e0affc64cc00134a84c8c7275e91297b70 Thai Thien 2020-02-29 01:36:50
minor fix 8f3909b1a4c62e67bc2a8c2f218fc0697ff7cef3 Thai Thien 2020-02-29 01:35:32
train script 96afb84e92320e5389a302964b6a5d68186f6435 Thai Thien 2020-02-29 01:32:14
done 12f18f211de9ae25ee3ed25812cef1c7a361b31d Thai Thien 2020-02-29 01:30:11
Commit 1ff1cae8b9fc75fddc4778db804d1469713e55b2 - well, fix can train script actually
last commit fix wrong script
Author: Thai Thien
Author date (UTC): 2020-03-01 03:25
Committer name: Thai Thien
Committer date (UTC): 2020-03-01 03:25
Parent(s): a32e4697517e555cccaf3322250d8c298284b5aa
Signer:
Signing key:
Signing status: N
Tree: 5a57b65e3f09e0694ecc17e8fc321c06562dad4d
File Lines added Lines deleted
train_script/CAN/train_can_short.sh 1 1
File train_script/CAN/train_can_short.sh changed (mode: 100644) (index 032a6db..da31374)
11 11 CUDA_VISIBLE_DEVICES=4 nohup python train_context_aware_network.py \ CUDA_VISIBLE_DEVICES=4 nohup python train_context_aware_network.py \
12 12 --task_id can_default_shtA_t1 \ --task_id can_default_shtA_t1 \
13 13 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
14 --lr 1e-4 \
14 --lr 1e-5 \
15 15 --decay 5e-4 \ --decay 5e-4 \
16 16 --datasetname shanghaitech_keepfull \ --datasetname shanghaitech_keepfull \
17 17 --epochs 46 > logs/can_default_shtA_t1.log & --epochs 46 > logs/can_default_shtA_t1.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