edgarriba / DeepRosetta

An universal deep learning models conversor
Other
141 stars 39 forks source link

Intermediate representation #16

Open edgarriba opened 7 years ago

edgarriba commented 7 years ago

Currently we have defined an intermediate representation here https://github.com/edgarriba/DeepRosetta/blob/master/core/config.yaml

Maybe we can find extra cheap ways to do it. @anguelos proposed to use caffe protobuf as a base.

edgarriba commented 7 years ago

/cc @szagoruyko @fmassa

szagoruyko commented 7 years ago

@edgarriba using protobuf is a terrible idea. I'd propose something light and widely supported across languages, eg MessagePack.