From Keras to PyTorch | HXHC Blog
https://hxhc.github.io/post/from-keras-to-pytorch2021-08-22 / 12 min read. This post is to record the issues I encounted during the implementation from Keras to PyTorch. At first the structure of the CNN modes is introduced. Then, the codes in Keras are shown. Next, The partial implementation in pure Pytorch is given and at last, the implementation in Pytorch Lightning is also presented.