You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytorch로 여러개의 모델을 하나의 세션안에 저장하려고 합니다.
nsml.load로 세션과 체크포인트를 넘겨줄 경우 해당 디렉토리가 반환되는데 그럼 그 디렉토리에다가 원하는 파일이름을 붙이면 저장했던 파일을 가져올 수 있나요? 아니면 암호화된 디렉토리라서 에러가 나나요?
여러 파일을 저장했다가 쓸 수 있다고 doc 에 나와있지만 샘플 코드가 너무 짧아 이해하기가 힘듭니다.