pg020196 / Neural-Network-Translator

This repository contains a neural network translator which can translate neural network models to native code.
MIT License
8 stars 4 forks source link

Implement extendable modular software structure #7

Closed ChristophBrandl closed 5 years ago

ChristophBrandl commented 5 years ago

Translator should be easily extendable and modular. It should be possible to add different front- and backends like plugins.

pg020196 commented 5 years ago

There should also be some kind of „core component“ which validates the intermediate file format and controlls the front and the backend components