List of commits:
Subject Hash Author Date (UTC)
wd -5 768042c4ef103a94437bedca96979dce02a12c79 Thai Thien 2020-08-08 15:37:12
l2_adamw2_bigtail13i_t1_sha 3d87265cbd52127971615daf872b8467cb2baa08 Thai Thien 2020-08-08 15:02:36
let verify sha_1 to see how it is doing 88550cb75ac83c5443b0a5e5f805f0c6cc05cfde Thai Thien 2020-08-08 09:59:21
logs with s again 8148d61da1c8eca9e4b3a4b24ddd6d44db069f0f Thai Thien 2020-08-05 17:02:27
sh -> py fd6e767e9ef404b41e50b7b99ca76806a65ff774 Thai Thien 2020-08-05 17:01:40
logs with "s" 59628c89e12c2c1a39f8ba97beb6cbe7e7e5c85a Thai Thien 2020-08-05 17:00:31
verify sha ed05894d30fa734b2d8c0ae2ee7b514018203fec Thai Thien 2020-08-05 16:55:33
verify sha bf499678228123ea3b2923a5927f066f336a77f8 Thai Thien 2020-08-05 16:28:30
eval_adamw1_bigtail13i_t1_shb_on_sha 6a4d823b75e3a90b452e528ef0e71b803666b161 Thai Thien 2020-08-04 17:34:33
add evaluation only d86462407743bd2ac65c778aeb7e172faea806e1 Thai Thien 2020-08-04 17:26:45
s d2c5d384ed61127c4fd3351692381b80a30c74aa Thai Thien 2020-08-04 17:02:33
WIP fce5736b0f6104fa3549884fbaa1f6508086af06 Thai Thien 2020-08-03 17:14:11
debug sha keepful e14c3307499356c7a7ed0d5f33818bd798276d94 Thai Thien 2020-08-03 15:44:02
adamw2_bigtail13i_t3_sha f769948ddd511865f62cddc80957663508e25976 Thai Thien 2020-08-02 04:25:08
g 56048b30fb4a19ae52c641b07754756f43ddcefb Thai Thien 2020-08-02 04:00:46
a d4e0e0d63613536a18f7ae0f39e4798f12abe7e8 Thai Thien 2020-08-02 03:59:14
adamw1_bigtail13i_t4_sha bc07d19cfcc88c4271d1c6f1984c1c96ff5a9413 Thai Thien 2020-08-01 16:19:17
adamw1_bigtail13i_t3_sha 17c169d6ef648e8c4f2c5383fb9226cfce48d626 Thai Thien 2020-08-01 16:11:33
adamw1_bigtail13i_t2_sha 8bc23f1401eacdc2e28f30a825503f0dd96bacc9 Thai Thien 2020-08-01 15:59:29
adamw1_bigtail13i_t2_shb aadc7244daabdad64a548342865a22beda073d94 Thai Thien 2020-08-01 15:47:08
Commit 768042c4ef103a94437bedca96979dce02a12c79 - wd -5
Author: Thai Thien
Author date (UTC): 2020-08-08 15:37
Committer name: Thai Thien
Committer date (UTC): 2020-08-08 15:37
Parent(s): 3d87265cbd52127971615daf872b8467cb2baa08
Signer:
Signing key:
Signing status: N
Tree: 8f5dc341e885de1e4b9183720b33571671b68040
File Lines added Lines deleted
train_script/learnstuff/l2/l2_adamw2_bigtail13i_t2_sha.sh 3 3
File train_script/learnstuff/l2/l2_adamw2_bigtail13i_t2_sha.sh copied from file train_script/learnstuff/l2/l2_adamw2_bigtail13i_t1_sha.sh (similarity 77%) (mode: 100644) (index 53c8cd1..a938ee0)
1 task="l2_adamw2_bigtail13i_t1_sha"
1 task="l2_adamw2_bigtail13i_t2_sha"
2 2
3 CUDA_VISIBLE_DEVICES=6 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \
3 CUDA_VISIBLE_DEVICES=5 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 5 --note "adamW with -3 lr and decay, msel1mean" \ --note "adamW with -3 lr and decay, msel1mean" \
6 6 --model "BigTail13i" \ --model "BigTail13i" \
7 7 --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \ --input /data/rnd/thient/thient_data/ShanghaiTech/part_A \
8 8 --lr 1e-3 \ --lr 1e-3 \
9 --decay 1e-3 \
9 --decay 1e-5 \
10 10 --loss_fn "MSEL1Mean" \ --loss_fn "MSEL1Mean" \
11 11 --datasetname shanghaitech_crop_random \ --datasetname shanghaitech_crop_random \
12 12 --optim adamw \ --optim adamw \
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