Sangyeob-Kim

Results 2 comments of Sangyeob-Kim

1. ANN training script for training ANN python ann.py --architecture VGG16 --learning_rate 1e-2 --epochs 100 --lr_interval '0.60 0.80 0.90' --lr_reduce 10 --dataset CIFAR10 --batch_size 64 --optimizer SGD --dropout 0.3 Accuracy...

I tried it! The results are as follows. ------------------------------------------------------------------------------------------------------------ 1. ANN training script for training ANN python ann.py --architecture VGG16 --learning_rate 1e-2 --epochs 100 --lr_interval '0.60 0.80 0.90' --lr_reduce 10...