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