facebookarchive / caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework.
https://caffe2.ai
Apache License 2.0
8.42k stars 1.94k forks source link

Keras on Caffe2 #852

Open abhinavvishnu opened 7 years ago

abhinavvishnu commented 7 years ago

Hi Guys:

Is there a plan to support Keras on Caffe?

thanks,

:- Abhinav

hgaiser commented 7 years ago

Shouldn't the question be the other way around? (And thus asked to Keras devs? ;) )

colincsl commented 7 years ago

Hans, as someone who has used Keras extensively in the past and just started using Caffe2, just no ;). From a modeling standpoint Keras has a very sleek API and for the most part it has nice docs.

I don't know if anyone focused on Brew is thinking about this, but adopting the Keras spec could get more people on the Caffe 2 bandwagon.

hgaiser commented 7 years ago

Thanks for the feedback, wasn't aware that Keras implementation worked both ways. I assumed (wrongly apparently) that Keras was only an abstraction on top of other APIs, didn't know it defined its own API to be implemented.

slayton58 commented 7 years ago

Indeed, it looks like it's as simple (for some definition of simple) as defining a new backend (TF backend here)

ThatAIGeek commented 7 years ago

Hi there, so any plans to implement this?