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