ChufanSuki / read-paper-and-code

0 stars 0 forks source link

ESEC/FSE 2020: Enhancing the Interoperability between Deep Learning Frameworks by Model Conversion #175

Open ChufanSuki opened 1 month ago

ChufanSuki commented 1 month ago

https://www.microsoft.com/en-us/research/uploads/prod/2019/11/mmdnn.pdf

https://github.com/microsoft/MMdnn/tree/master

ChufanSuki commented 1 month ago

model conversion: transform a source code into the semantic equivalent in another framework format and generate a piece of model construction code.

It's feasible because all DL frameworks have tensor-oriented computation graphs. However, the following non-trivial challenges exist:

MMdnn's approach: