일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- TFRecord
- pyqt
- 블록체인
- Perceptron
- deeplearning
- 브렉시트
- 비트코인
- numpy
- 세계사
- error
- 세계대전
- 퍼셉트론
- itksnap
- qtdesigner
- terminal
- DataSet
- TF
- TensorFlow
- loss
- 유가 급등
- Inference
- Python
- Training
- 딥러닝
- keras
- 유로화
- dtype
- opencv
- cv2
- img
Archives
- Today
- Total
목록value error (1)
활연개랑
[tensorflow] Input 0 of layer "conv2d" is incompatible with the layer: expected min_ndim=4, found ndim=2. Full shape received: (300, 400)
model inference 과정에서 다음과 같은 오류가 발생했습니다. ValueError: Exception encountered when calling layer "epvs_conv" (type EPVS_CONV). Input 0 of layer "conv2d" is incompatible with the layer: expected min_ndim=4, found ndim=2. Full shape received: (300, 400) Call arguments received: • inputs=tf.Tensor(shape=(300, 400), dtype=float32) 다음과 같은 오류가 발생한 이유는 shape이 맞지 않아서 입니다. 제가 만든 모델에는 dimension이 4인 input (bat..
Python
2022. 5. 4. 14:00