Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dboyliao committed Dec 16, 2020
2 parents fa8cdb4 + eccd685 commit 6ba0fac
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: utensorai
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ Run ``utensor-cli show --help`` for detailed information.
Convert Model File to C/C++ Code
--------------------------------

**IMPORTANT**: ``pb`` file is deprecated in favor of Tensorflow 2.x, please refer to `End-to-End Training with Keras`_ for detail

.. code-block:: console
$ utensor-cli convert <model.pb> \
Expand Down Expand Up @@ -232,7 +234,7 @@ the size of the tensor
Tutorials
=========

- `End-to-End Training with Keras <https://github.com/uTensor/utensor_cgen/tree/master/tutorials/end2end_training>`_
- `End-to-End Training with Keras`_
- `Extending uTensor Backend by Adding Custom Operators <https://github.com/uTensor/utensor_cgen/tree/master/tutorials/add_custom_operators>`_
- `Wrighting Plugins: Component Registration <https://github.com/uTensor/utensor_cgen/tree/master/tutorials/component_registration>`_

Expand All @@ -242,7 +244,7 @@ How to Serve Your Model on uTenosr
Keras_ (Recommended)
--------------------

Please refer to `End-to-End Training with Keras <https://github.com/uTensor/utensor_cgen/tree/master/tutorials/end2end_training>`_ for detail
Please refer to `End-to-End Training with Keras`_ for detail


TensorFlow_
Expand Down Expand Up @@ -314,10 +316,15 @@ Future Works
.. _pipenv: https://github.com/pypa/pipenv
.. _Tensorflow: https://www.tensorflow.org
.. _Keras: https://keras.io/
.. _End-to-End Training with Keras: https://github.com/uTensor/utensor_cgen/tree/master/tutorials/end2end_training
.. _PyTorch: https://pytorch.org/
.. _uTensor: https://github.com/uTensor/uTensor
.. _simple_mnist.pb: https://github.com/uTensor/utensor_cgen/blob/develop/tests/deep_mlp/simple_mnist.pb

2. Automaic-Update TFLite fbs file

- `schema files <https://github.com/tensorflow/tensorflow/tree/cf28969fb2ea72c9738cd3acdddc0b69fd7dff5e/tensorflow/lite/schema>`_

.. readme_end
.. |cnn-dropout| image:: doc/source/_images/cnn_dropout.png
Expand Down

0 comments on commit 6ba0fac

Please sign in to comment.