-
- Downloads
Merge branch 'mlp_algorithm' into 'master'
MLPAlgorithm PAD algorithm V1 version See merge request !4
No related branches found
No related tags found
Showing
- bob/ip/pytorch_extractor/MLPAlgorithm.py 328 additions, 0 deletionsbob/ip/pytorch_extractor/MLPAlgorithm.py
- bob/ip/pytorch_extractor/MultiNetPatchExtractor.py 2 additions, 2 deletionsbob/ip/pytorch_extractor/MultiNetPatchExtractor.py
- bob/ip/pytorch_extractor/__init__.py 2 additions, 0 deletionsbob/ip/pytorch_extractor/__init__.py
- bob/ip/pytorch_extractor/test.py 32 additions, 4 deletionsbob/ip/pytorch_extractor/test.py
- bob/ip/pytorch_extractor/test_data/mlp_algo_test_config.py 56 additions, 0 deletionsbob/ip/pytorch_extractor/test_data/mlp_algo_test_config.py
- bob/ip/pytorch_extractor/test_data/multi_net_patch_extractor_test_config.py 0 additions, 4 deletions...ractor/test_data/multi_net_patch_extractor_test_config.py
- conda/meta.yaml 1 addition, 0 deletionsconda/meta.yaml
- requirements.txt 2 additions, 0 deletionsrequirements.txt
bob/ip/pytorch_extractor/MLPAlgorithm.py
0 → 100644
... | @@ -6,3 +6,5 @@ bob.bio.base | ... | @@ -6,3 +6,5 @@ bob.bio.base |
bob.learn.pytorch | bob.learn.pytorch | ||
torch >= 0.4.0 | torch >= 0.4.0 | ||
torchvision >= 0.2.0 | torchvision >= 0.2.0 | ||
bob.pad.base | |||
Please register or sign in to comment