pytorch / glow

Compiler for Neural Network hardware accelerators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated bundle license specification

mhmdkanj opened this issue · comments

Hi,

It appears to be a bit vague whether the files generated by the model-compiler are placed under this project's license or the user's own one.
The files in question refer to the header (.h), object (.o), weights (.weights.txt) and bin (.bin) files of a user-generated standalone glow-compiled static bundle.

For instance, other projects tend to allow the user's license to apply to generated code/files by their tool.

So, I think it is worthwhile to mention this somewhere. If one of the maintainers could answer that, then I could do a PR and add this tiny info.