일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- pyqt
- img
- 세계대전
- 세계사
- cv2
- Python
- 퍼셉트론
- error
- Perceptron
- 딥러닝
- 브렉시트
- keras
- deeplearning
- 유로화
- TensorFlow
- TFRecord
- terminal
- dtype
- Training
- numpy
- 비트코인
- 유가 급등
- loss
- opencv
- DataSet
- itksnap
- TF
- qtdesigner
- 블록체인
- Inference
Archives
- Today
- Total
활연개랑
[python(파이썬)] tfrecords 데이터 개수 세기 본문
반응형
count = 0
count += sum(1 for _ in tf.data.TFRecordDataset('3d_train.tfrecords'))
print(count)