Hacker News new | ask | show | jobs
by htamas 2620 days ago
Excuse my ignorance, but why is an NFS better than S3? Both are loading from disk to memory of the Tensorflow Serving container, aren't they?
1 comments

NFS is faster and it looks like a normal filesystem to the app so you don't need any special file I/O code.