You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've forked this repository and removed the PyTorch Lightning leaving pure PyTorch approach to have a better control of the training process. In case someone also wants to expand Runou Yang's work, feel free to join https://github.com/filonenkoa/FAS-LatentDistributionAdjusting
Improvements to the original repository
Transfer from PyTorch Lightning to vanilla PyTorch
EfficientFormerV2 support
FastViT support
Use config files
Data augmentations
TurboJPEG support for faster image decoding
Multiple datasets training
Compute FAS-related metrics (ACER, etc.)
Telegram reports
Compute metrics for each val dataset separately
Split validation into miltiple GPUs
Balanced sampler suitable for DDP
Reparametrization efficiency evaluation for supported models
FP16/AMP support
Conversion to ONNX
The text was updated successfully, but these errors were encountered:
Hello everyone.
I've forked this repository and removed the PyTorch Lightning leaving pure PyTorch approach to have a better control of the training process. In case someone also wants to expand Runou Yang's work, feel free to join https://github.com/filonenkoa/FAS-LatentDistributionAdjusting
Improvements to the original repository
The text was updated successfully, but these errors were encountered: