Wolowolo commited on
Commit
2be9be8
·
verified ·
1 Parent(s): 158887e

Create experiments_test/README.md

Browse files
finetuned_models/FF++_c23_32frames/experiments_test/README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Script of testing fine-tuned FSFM-3C model (ViT) for evaluation of cross-dataset deepfakes detection
2
+
3
+ ```
4
+ CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=1 python -m torch.distributed.launch --nproc_per_node=1 main_test_DfD.py \
5
+ --eval \
6
+ --model vit_base_patch16 \
7
+ --nb_classes 2 \
8
+ --batch_size 320 \
9
+ --resume ./checkpoint/finetuned_models/FF++_c23_32frames/checkpoint-min_val_loss.pth \
10
+ --output_dir ./checkpoint/finetuned_models/FF++_c23_32frames/experiments_test/
11
+ ```