Unverified Commit fa6e98e8 authored by NingMa's avatar NingMa Committed by GitHub

Update README.md

parent dd9d5d89
...@@ -12,12 +12,12 @@ Due to the oversize dataset( beyond maximum limitation 100M, please download t ...@@ -12,12 +12,12 @@ Due to the oversize dataset( beyond maximum limitation 100M, please download t
# run # run
run train.py with full model(DASTM (full), 5-way-1-shot, STGCN, on NTU RGB+D 120). ## run train.py with full model(DASTM (full), 5-way-1-shot, STGCN, on NTU RGB+D 120).
python train.py --SA 1 --reg 0.1 python train.py --SA 1 --reg 0.1
run train.py with default parameters(DASTM w/ RankMax, 5-way-1-shot, STGCN, on NTU RGB+D 120). ## run train.py with default parameters(DASTM w/ RankMax, 5-way-1-shot, STGCN, on NTU RGB+D 120).
python train.py --SA 0 --reg 0.1 python train.py --SA 0 --reg 0.1
run train.py with spatial activation(DASTM w/ SA, 5-way-1-shot, STGCN, on NTU RGB+D 120). ## run train.py with spatial activation(DASTM w/ SA, 5-way-1-shot, STGCN, on NTU RGB+D 120).
python train.py --SA 1 --reg 0 python train.py --SA 1 --reg 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment