Update finetuned_models/FF++_c23_32frames/README.md
Browse files
finetuned_models/FF++_c23_32frames/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Script for fine-tuning our FSFM-3C model for evaluation of cross-dataset deepfakes detection:
|
2 |
|
3 |
```
|
4 |
-
CUDA_VISIBLE_DEVICES=0,1 OMP_NUM_THREADS=1 python -m torch.distributed.launch --node_rank=0 --nproc_per_node=2
|
5 |
--accum_iter 1 \
|
6 |
--apply_simple_augment \
|
7 |
--batch_size 32 \
|
|
|
1 |
# Script for fine-tuning our FSFM-3C model for evaluation of cross-dataset deepfakes detection:
|
2 |
|
3 |
```
|
4 |
+
CUDA_VISIBLE_DEVICES=0,1 OMP_NUM_THREADS=1 python -m torch.distributed.launch --node_rank=0 --nproc_per_node=2 main_finetune_DfD.py \
|
5 |
--accum_iter 1 \
|
6 |
--apply_simple_augment \
|
7 |
--batch_size 32 \
|