FakeSV icon indicating copy to clipboard operation
FakeSV copied to clipboard

How to deal with the videos without comments?

Open harukaza opened this issue 1 year ago • 1 comments

When I reproduced your work, I found that there were same videos without comments, which caused the Nan value generated by the bert model. How to solve the problem?

harukaza avatar Aug 23 '24 14:08 harukaza

I take the features come from your links. Here is my input setting. python code/main.py --model_name SVFEND \ --mode_eval cv \ --epoches 30 \ --batch_size 128 \ --num_workers 0 \ --epoch_stop 5 \ --seed 2022 \ --gpu 0\ --lr 0.0001 \ --lambd 0.1 \ --dropout 0.1 \ --weight_decay 5e-5 \ --path_param ./checkpoints/ \ --path_tensorboard ./log/

harukaza avatar Aug 23 '24 14:08 harukaza