작심삼일

[Pytorch 에러] AttributeError: cannot assign module before Module.__init__() call 본문

정리/잡 에러들

[Pytorch 에러] AttributeError: cannot assign module before Module.__init__() call

yun_s 2023. 3. 4. 10:26
728x90
반응형

에러

AttributeError: cannot assign module before Module.__init__() call

나는 network를 만들다가 저런 에러를 만났다.


해결 방법

super().__init__()

위 코드를 넣어준다.

728x90
반응형
Comments