fastai / fastai_dev

fast.ai early development experiments
Apache License 2.0
638 stars 350 forks source link

Add basic test to vision core pipe #272

Closed amaarora closed 4 years ago

amaarora commented 4 years ago

Add a basic test test_eq(type(img), TensorImageBW) to show in documentation that pipeline works and the expected output. Currently, we just use pipe_img.show() which would also have worked in Image wasn't converted to Tensor.

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

sgugger commented 4 years ago

Thanks!