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

Refactor codebase and add comments #33

Closed pg020196 closed 5 years ago

pg020196 commented 5 years ago

User story

As a team member

I want the codebase to be refactored and commented

So that everybody can read and understand the code easily

Acceptance criteria

  1. General Code acceptance criteria:

    • Complex code must be commented
    • Variables must be self-descriptive
    • Input and output paths must not be hardcoded