Replies: 4 comments 2 replies
-
I think that if you want to use the caching mechanism you must put the operations that creates the cached data in static, |
Beta Was this translation helpful? Give feedback.
-
Showcase of the static pipeline is actually a showcase of the caching mechanism. Checking the time it takes to iterate over imagenet with and without caching mechanism should be very easy - then it's a good option. |
Beta Was this translation helpful? Give feedback.
-
Added a showcase for the static pipeline / caching mechanism in PR #248 :) |
Beta Was this translation helpful? Give feedback.
-
It would be nice to showcase when static dataset saves time.
I was thinking that maybe imagenet images are always resized 224x224, and everyone always does it on the fly. Maybe we can make an example training a resnet with resizing in the static pipeline vs in the dynamic pipeline? Do you think it would make a big difference?
Beta Was this translation helpful? Give feedback.
All reactions