modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
398 stars 82 forks source link

Fix MNIST relative path and add instructions for running tests #37

Closed milancurcic closed 2 years ago

milancurcic commented 2 years ago

@rouson In trying out different approaches, I took the minimal one:

  1. Prioritize fpm which must run from root project dir, so set the canonical relative data path to be data/mnist.
  2. Add instructions on running tests to the README.md

Fixes #35.