Hello, I am trying to reproduce the results of the defense strategy against label inference attacks on 4090. However, I find that the training speed is too slow. I wonder is there something wrong?
This is the running script:
python vfl_framework.py --use-mal-optim True --use-mal-optim-all False --use-mal-optim-top False -d CIFAR10 --path-dataset /Datasets/CIFAR10 --k 5 --epochs 100 --half 16 --lap-noise True --noise-scale 1e-3
Hello, I am trying to reproduce the results of the defense strategy against label inference attacks on 4090. However, I find that the training speed is too slow. I wonder is there something wrong?
This is the running script: python vfl_framework.py --use-mal-optim True --use-mal-optim-all False --use-mal-optim-top False -d CIFAR10 --path-dataset /Datasets/CIFAR10 --k 5 --epochs 100 --half 16 --lap-noise True --noise-scale 1e-3