Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
c0719ec5
Unverified
Commit
c0719ec5
authored
Jul 24, 2021
by
Tianjun Xiao
Committed by
GitHub
Jul 24, 2021
Browse files
train test on face use concat bce (#3180)
parent
0f257733
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/pytorch/hilander/scripts/test_deepglint_hannah.sh
examples/pytorch/hilander/scripts/test_deepglint_hannah.sh
+1
-1
examples/pytorch/hilander/scripts/test_deepglint_imdb.sh
examples/pytorch/hilander/scripts/test_deepglint_imdb.sh
+1
-1
examples/pytorch/hilander/scripts/test_deepglint_imdb_sampled_as_deepglint.sh
...ander/scripts/test_deepglint_imdb_sampled_as_deepglint.sh
+1
-1
examples/pytorch/hilander/scripts/train_deepglint.sh
examples/pytorch/hilander/scripts/train_deepglint.sh
+1
-1
No files found.
examples/pytorch/hilander/scripts/test_deepglint_hannah.sh
View file @
c0719ec5
python test_subg.py
--data_path
data/subcenter_arcface_deepglint_hannah_features.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10
--tau
0.8
--level
10
--threshold
prob
--faiss_gpu
--hidden
512
--num_conv
1
--gat
--batch_size
4096
--early_stop
python test_subg.py
--data_path
data/subcenter_arcface_deepglint_hannah_features.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10
--tau
0.8
--level
10
--threshold
prob
--faiss_gpu
--hidden
512
--num_conv
1
--batch_size
4096
--early_stop
--use_cluster_feat
examples/pytorch/hilander/scripts/test_deepglint_imdb.sh
View file @
c0719ec5
python test_subg.py
--data_path
data/subcenter_arcface_deepglint_imdb_features.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10
--tau
0.8
--level
10
--threshold
prob
--faiss_gpu
--hidden
512
--num_conv
1
--gat
--batch_size
4096
--early_stop
python test_subg.py
--data_path
data/subcenter_arcface_deepglint_imdb_features.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10
--tau
0.8
--level
10
--threshold
prob
--faiss_gpu
--hidden
512
--num_conv
1
--batch_size
4096
--early_stop
--use_cluster_feat
examples/pytorch/hilander/scripts/test_deepglint_imdb_sampled_as_deepglint.sh
View file @
c0719ec5
python test_subg.py
--data_path
data/subcenter_arcface_deepglint_imdb_features_sampled_as_deepglint_1_in_10.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10
--tau
0.8
--level
10
--threshold
prob
--faiss_gpu
--hidden
512
--num_conv
1
--gat
--batch_size
4096
--early_stop
python test_subg.py
--data_path
data/subcenter_arcface_deepglint_imdb_features_sampled_as_deepglint_1_in_10.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10
--tau
0.8
--level
10
--threshold
prob
--faiss_gpu
--hidden
512
--num_conv
1
--batch_size
4096
--early_stop
--use_cluster_feat
examples/pytorch/hilander/scripts/train_deepglint.sh
View file @
c0719ec5
python train_subg.py
--data_path
data/subcenter_arcface_deepglint_train_1_in_10_recreated.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10,5,3
--levels
2,3,4
--faiss_gpu
--hidden
512
--epochs
250
--lr
0.01
--batch_size
4096
--num_conv
1
--gat
--balance
python train_subg.py
--data_path
data/subcenter_arcface_deepglint_train_1_in_10_recreated.pkl
--model_filename
checkpoint/deepglint_sampler.pth
--knn_k
10,5,3
--levels
2,3,4
--faiss_gpu
--hidden
512
--epochs
250
--lr
0.01
--batch_size
4096
--num_conv
1
--balance
--use_cluster_feat
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment