DL|ML49 Keras backends? Keras backends? 💡 from keras import backend as K 를 import 해서 K가 가지고 있는 함수들을 가끔 쓰곤 했다. 하지만 굳이 Keras가 아닌 tensorflow로 바로 쓸 수 있기 때문에 깊게 생각해본 적이 없었는데, 어제 PyTorch 코드를 보다가 이 코드를 Keras로 바꾼다면 어떻게 해야할까? 라고 생각하다 내가 Keras Backend에 대해 무지하다는 것을 깨달았다. 📎Keras 공식 문서인 이곳을 참고하면서 공부했다. "backend" 가 뭐야? ➡️ Keras is a model-level library, providing high-level building blocks for developing deep learning models. It doe.. 2019. 9. 9. 이전 1 ··· 6 7 8 9 다음