1 of 3

Cookbook for Practice 11.2

Cong Li 李聪

实践11.2攻略

2 of 3

Dropout 信息遗失

Base on practice 11.1, in ‘uspsCNN.py’, import the ‘Dropout’ class

基于实践11.1,在“uspsCNN.py”导入“Dropout”类型

Add dropout before the last softmax layer

在最后的指数归一化层前加上信息遗失

Run it 运行之

3 of 3

The End