does nequip support load/save data from/to hdfs? #204
Answered
by
Linux-cpp-lisp
wenyan4work
asked this question in
Q&A
-
if the hdfs is not mounted as a normal file system, but can only be accessed using the commands 'hdfs dfs put/get', does nequip support this use-case? |
Beta Was this translation helpful? Give feedback.
Answered by
Linux-cpp-lisp
Apr 20, 2022
Replies: 1 comment 2 replies
-
Hi @wenyan4work , No, NequIP only supports loading from files that can be accessed through the filesystem. If I understand right, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wenyan4work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @wenyan4work ,
No, NequIP only supports loading from files that can be accessed through the filesystem. If I understand right,
hdfs dfs get
just copies down the file locally, so then you can just feed NequIP the local file.