This repository was archived by the owner on Sep 18, 2024. It is now read-only.
What is the difference between local_mount_point and remote_mount_point? #4192
Unanswered
ZhiyuanChen
asked this question in
Q&A
Replies: 1 comment
-
You can set it at containerName https://nni.readthedocs.io/zh/stable/reference/experiment_config.html?highlight=sharedstorage#containername. local_mount_point: The path that the storage has been or will be mounted in the local machine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have two azure blob, 'blob1' and 'blob2', both under storage_account 'account', and I would like to mount them at '/mnt/account/blob1' and '/mnt/account/blob2', how should I mount them?
Beta Was this translation helpful? Give feedback.
All reactions