"example/40_conv2d_fwd_quantization/common.hpp" did not exist on "a2d5ca8e951f9d1a1837cfd805b555cc41c4d8b1"
Minimize variables and computation in trivial model (#6759)
Previously we had one dense layer in trivial model. The weight was [224*224*3, num_classes]. Using two dense layers, the weights are [224*224*3, 1] and [1, num_classes].
Showing
Please register or sign in to comment