Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

[원딜] pth → onnx → pth 순으로 모델을 저장할 때 마지막 pth 파일의 크기가 커지는 이유? #102

Description

@changwoomon

🙌 질문자


❓ 질문 내용

안녕하세요 조교님

오늘 피어세션 중 나온 질문입니다

위의 코드를 통해 AlexNet을 pth → onnx → pth 순으로 바꿔가며 저장을 했을 때의 파일 크기가 다음과 같습니다

  • pth : 233.09MB


  • pth → onnx : 233.08MB


  • pth → onnx → pth : 351.28MB

첫 번째 저장된 pth 파일과 두 번째 저장된 onnx 파일(pth → onnx)의 크기는 비슷한 것을 볼 수 있는데,

왜 제일 마지막 pth 파일(pth → onnx → pth)은 다른 파일들에 비해 크기가 훨씬 커지나요???


📄 참고 자료

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions