TypeError: Unexpected keyword argument passed to optimizer: learning_rate

前端 未结 13 1668
故里飘歌
故里飘歌 2021-02-13 04:14

I am trying to load a Keras model which was trained on an Azure VM (NC promo). But I am getting the following error.

TypeError: Unexpected keyword argumen

13条回答
  •  梦毁少年i
    2021-02-13 04:38

    I resolved it by reinstalling the tensorflow library (with an updated version) and also placed the nvcuda.dll file under system32 folder.

提交回复
热议问题