Open neubig opened 6 years ago
Part of: https://github.com/clab/dynet/issues/1284
A first example is image classification on MNIST.
We already have an example here:
https://github.com/clab/dynet/tree/master/examples/mnist
We should confirm that it achieves competitive accuracy to that reported on the official page:
http://yann.lecun.com/exdb/mnist/
and also with the implementation in PyTorch:
https://github.com/pytorch/examples/tree/master/mnist
Fixed by #1334. Thanks @gpengzhi !
Part of: https://github.com/clab/dynet/issues/1284
A first example is image classification on MNIST.
We already have an example here:
We should confirm that it achieves competitive accuracy to that reported on the official page:
and also with the implementation in PyTorch: