File tree 2 files changed +4
-3
lines changed
tensorflow_examples/lite/model_maker
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.3.1
4
4
5
- * Polish document with minor changes.
5
+ * Polish document showing in
6
+ https://www.tensorflow.org/lite/api_docs/python/tflite_model_maker .
6
7
* Add some 0.2.x APIs for backward compatibility.
7
8
8
9
## 0.3.0
Original file line number Diff line number Diff line change 57
57
# Set package version.
58
58
if nightly :
59
59
project_name = '{}-nightly' .format (project_name )
60
- version = '0.3.1 ' # Version prefix, usually major.minor.micro.
60
+ version = '0.3.2 ' # Version prefix, usually major.minor.micro.
61
61
version = '{:s}.dev{:s}' .format (version , datestring )
62
62
classifiers += [
63
63
'Development Status :: 4 - Beta' ,
64
64
]
65
65
else :
66
66
# LINT.IfChange(model_maker_pip_version)
67
- version = '0.3.0 '
67
+ version = '0.3.1 '
68
68
# LINT.ThenChange(../public/__init__.py, ../RELEASE.md)
69
69
70
70
# Path to model_maker dir: <repo>/tensorflow_examples/lite/model_maker
You can’t perform that action at this time.
0 commit comments