Search
🍦

We implement random color jitter as a custom preprocessing layer. (keras.layers.Layer 클래스를 상속받아 커스텀 레이어를 정의. code 조각 참고) Using preprocessing layers for data augmentation has the following two advantages: The data augmentation will run on GPU in batches, so the training will not be bottlenecked by the data pipeline in environments with constrained CPU resources (such as a Colab Notebook, or a personal machine) Deployment is easier as the data preprocessing pipeline is encapsulated in the model, and does not have to be reimplemented when deploying it (참고1:연관)

출처
수집시간
2021/10/13 06:03
연결완료
1 more property
참고