전체 글
take, skip => train, val, test
https://stackoverflow.com/questions/48213766/split-a-dataset-created-by-tensorflow-dataset-api-in-to-train-and-test
BatchNormalization은 어디에 위치해야?
https://deepinsight.tistory.com/116 [모두를 위한 cs231n] Lecture 6. Batch Normalization에 대해 알아보자 Batch Normalization 안녕하세요 Steve-Lee입니다. 이번 시간에는 Lecture 6. Training Neural Network Part I의 Batch Normalization에 대해 배워보도록 하겠습니다. 모두를 위한 cs231n 더보기 모두를 위한 cs231n 😀 👉🏻 deepinsight.tistory.com
multiple variant object는 직렬화 save를 어떻게 하는가?
https://www.tensorflow.org/api_docs/python/tf/data/Dataset#choose_from_datasets tf.data.Dataset | TensorFlow v2.11.0 Represents a potentially large set of elements. www.tensorflow.org tf.data.Dataset에는 기본적으로 save모듈이 있는데 안 됨 그래서 아래에서 해결책을 찾음 https://github.com/tensorflow/tensorflow/issues/42934 https://www.tensorflow.org/api_docs/python/tf/data/experimental/save tf.data.experimental.save | Tensor..