일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- cv2
- loss
- 세계사
- terminal
- 브렉시트
- 비트코인
- error
- DataSet
- img
- Perceptron
- 세계대전
- dtype
- qtdesigner
- deeplearning
- Training
- TensorFlow
- 블록체인
- TF
- opencv
- Python
- pyqt
- 유로화
- Inference
- numpy
- keras
- 유가 급등
- TFRecord
- itksnap
- 딥러닝
- 퍼셉트론
Archives
- Today
- Total
활연개랑
Function call stack: train_function -> train_function -> train_function (Input to reshape is a tensor with 15360 values, but the requested shape has 7680) 본문
딥러닝
Function call stack: train_function -> train_function -> train_function (Input to reshape is a tensor with 15360 values, but the requested shape has 7680)
승해tmdhey 2022. 9. 14. 22:54반응형
image = tf.io.decode_raw(features['image'], tf.int16)
image = tf.io.decode_raw(features['image'], tf.float32)
tfrecord에 넣어주었던 type이랑 똑같이 넣어주어야 하는데
tfrecord에 float32으로 넣고 training에서 int16사용해서 오류남