Skip to content
Snippets Groups Projects

Cross validation

Merged Anjith GEORGE requested to merge cross_validation into master
2 files
+ 42
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,7 @@ class FASNet(nn.Module):
@@ -8,7 +8,7 @@ class FASNet(nn.Module):
"""PyTorch Reimplementation of Lucena, Oeslle, et al. "Transfer learning using
"""PyTorch Reimplementation of Lucena, Oeslle, et al. "Transfer learning using
convolutional neural networks for face anti-spoofing."
convolutional neural networks for face anti-spoofing."
International Conference Image Analysis and Recognition. Springer, Cham, 2017.
International Conference Image Analysis and Recognition. Springer, Cham, 2017.
eferenced from keras implementation: https://github.com/OeslleLucena/FASNet
Referenced from keras implementation: https://github.com/OeslleLucena/FASNet
Attributes:
Attributes:
pretrained: bool
pretrained: bool
Loading