dilta
Results
2
comments of
dilta
I think that is because of version mismatch. (I encountered that before) create a new virtual dev environment, and: pip install -r requirements.txt The requirements.txt is in the repo.
You can use the inference mode of mnist_pipeline.py to score the test data, and calculate the accuracy based on the results.