Is this the correct way to implement k-fold cross-validation in training a deep learning model?

后端 未结 0 1813
半阙折子戏
半阙折子戏 2021-01-16 13:16

I understand the concept of k-fold cross validation, and is trying to apply it here. Is the following pseudocode correct?

encoder = Encoder.load_model(enc_fil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题