Hi @shcheklein!
Really appreciate your reply and sorry I just notice it until today!
About your questions:
-
How long was it taking before you interrupted the process?
For about 10 mins because it looks like needs lots of time to finish -
How do you mount your NAS storage? NFS, something else?
It’s NFS so everyone in the server can access the NAS -
How is your code written now that processes this data? Does it address it via the
/mnt/dataset/project1_data/
path? Or do you use symlinks to the projects directory?
I will load the data directly from NAS, codes below
cv2.imread("/mnt/dataset/project1_data/imag.png")
I agree that it’s beneficial to keep DVC cache in NAS, but I can’t find an example in documentation.
Thanks again for your sample code, I will try it !