Python or Matlab for Caffe?

后端 未结 1 1608
旧时难觅i
旧时难觅i 2021-01-22 14:51

I will be working on an implementation of DQNs and recent extensions from Google DeepMind in Caffe.

For this I will write a simulator (in place of the Atari emulator) fo

1条回答
  •  北恋
    北恋 (楼主)
    2021-01-22 15:20

    IMHO, it is better to use python to interface with caffe.
    From my understanding caffe developers and community intend on developing the python interface more than the matlab one. One such direction is allowing for a net to be constructed purely in python (not using prototxt file at all), you can see such an example in this question.

    0 讨论(0)
提交回复
热议问题