일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- spring
- retrofit
- 인코더
- 스프링 프레임워크
- vue.js
- Kotlin
- Map
- 안드로이드
- ADAS
- 머신러닝
- DP
- hackerrank
- git
- BFS
- 스프링프레임워크
- c
- Rebase
- 연결리스트
- TensorFlow
- 백준
- 블로그개설
- python3
- stl
- 프로그래머스
- 프로그래밍
- c++
- 스프링
- 카카오인코더
- 백트래킹
- Android
Archives
- Today
- Total
이것저것 공부한 기록
[Tensorflow] BackendIsNotSupposedToImplementIt: LayerNormalization is not implemented 본문
Others
[Tensorflow] BackendIsNotSupposedToImplementIt: LayerNormalization is not implemented
블랜디 2024. 2. 5. 10:22요즘 Pytorch model을 tensorflow lite로 변환하기 위해 우당탕탕 중인데..
onnx_tf.backend의 export_graph함수 호출 시 위와 같은 에러가 발생했다.
https://github.com/onnx/onnx-tensorflow/issues/1059
+)해당 discussion에는 onnx파일 생성 전 onnx버전을 1.13.1로 맞추라고만 되어 있는데,
onnx2tf.convert 실행 전에 onnx 버전을 1.15.0으로 다시 업그레이드 해주어야 함 (1.13.1 버전에는 없는 class를 사용함)
++)
colab에서 할 때 onnx_tf에서 에러가 나서 위 library를 사용하려고 했으나 알수 없는 이유로 input tensor array가 변경되었음.
(1, 80, 3000이 1, 3000, 80이 되어버리는..)
그냥 로컬 gpu 환경에서 돌렸더니 onnx_tf 에러가 해결되어 변환 완료함
'Others' 카테고리의 다른 글
[Git] rebase & merge 잘못 했다 (0) | 2022.11.15 |
---|---|
[Ubuntu] Python 설정 건드린 후 터미널/터미네이터가 안 켜질 때 (0) | 2021.08.05 |
Ubuntu 16.04 환경에서 repo Syntax error.. python 업데이트 하기 (0) | 2021.05.06 |
오픈소스 라이센스 (0) | 2021.04.14 |
카카오인코더 (1) | 2019.10.31 |