TypeError: Unexpected keyword argument passed to optimizer: learning_rate

前端 未结 13 1953
感情败类
感情败类 2021-02-13 04:16

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条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-13 04:48

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

提交回复
热议问题