Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- NLP
- DataLoader
- GPT
- GPU
- ML
- pytorch
- docker
- overloaed
- Gunicorn
- GCP
- OpenAI
- onnx #openvino #tf2onnx #openvinokeras
- Anaconda
- UUID
- BitCoin
- GPT API
- Mecab
- Python #open #read #파이썬
- ML #머신러닝
- 매매봇
- CentOS
- Python #for문 #while문 #응애
- 고유값
- Flask
- Backoff
- 파이썬 #기초 #응애
- vram
- leetcode
- MySQL
- python
Archives
- Today
- Total
람쥐썬더
[PYTHON] 'Keyword argument not understood:', 'keepdims' 본문
'Keyword argument not understood:', 'keepdims'
model load 하는 과정에서 요상한 녀석이 뜨길래 확인해봤다
keepdims 는 numpy에서 자주 쓰던건데 몬가 이상해서 확인했더니 GAP layer 쓰는 모델이 안불러와지드라..
찾아보니 TF < 2.6 일때 이런 에러가 난다고 해서 upgrade해줬당
pip install tensorflow --upgrade
'에러' 카테고리의 다른 글
TypeError: Input type float32 is not supported (0) | 2023.04.07 |
---|---|
[LINUX] Permissions 0777 , 0555 ON WINDOWS10 (0) | 2022.11.08 |
[PYTHON] ImportError: DLL load failed while importing ie_api: (0) | 2022.08.19 |
[COLAB] GPU가 작동 안되는 것 같음(volatile gpu-util 0) (0) | 2022.06.14 |
[PYTHON] mediapipe : Descriptors cannot not be created directly (0) | 2022.06.09 |