-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
default
optimize
to False since it can cause crashes
- Loading branch information
1 parent
da83e62
commit 5798ed1
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
setup( | ||
name = 'tinymlgen', | ||
packages = ['tinymlgen'], | ||
version = '0.2', | ||
version = '0.3', | ||
license='MIT', | ||
description = 'Generate C code for microcontrollers from Tensorflow models', | ||
author = 'Simone Salerno', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/eloquentarduino/tinymlgen', | ||
download_url = 'https://github.com/eloquentarduino/tinymlgen/archive/v_02.tar.gz', | ||
download_url = 'https://github.com/eloquentarduino/tinymlgen/archive/v_03.tar.gz', | ||
keywords = ['ML', 'microcontrollers', 'tensorflow', 'machine learning'], | ||
install_requires=[ | ||
'tensorflow', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters