clearml
clearml copied to clipboard
mnist example lacks getting data from clearml
trafficstars
I was looking for an easy example of training end-to-end on data whose metadata is stored in ClearML, and expected the mnist example to be that example.
Turnes out this is only the task part, and not the data part. In the example, data arrives from pytorch.
- Where can I find an example of end to end training where data originates from ClearML?
- I think the MNIST example can be improved
@noamzilo,
Thanks for the suggestions! You can find a CIFAR example using clearml-data here
As for improving MNIST, we'd more than appreciate a PR improving it :smiley:!