How to add code lines when calling a function depending on an iterator on Python

前端 未结 0 501
故里飘歌
故里飘歌 2021-02-01 03:51

I am trying to test many ML models using keras.models.Sequential. My idea is to once i have an iterator that looks like this [num_layers, num_units_per_layers], for example [(1,

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