comfi-fast-grnn-tensorflow 0.0.1__tar.gz → 0.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- comfi_fast_grnn_tensorflow-0.0.2/MANIFEST.in +1 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/PKG-INFO +2 -2
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/pyproject.toml +3 -3
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/src/comfi_fast_grnn_tensorflow.egg-info/PKG-INFO +2 -2
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/src/comfi_fast_grnn_tensorflow.egg-info/SOURCES.txt +1 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/README.md +0 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/setup.cfg +0 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/src/comfi_fast_grnn_tensorflow/ComfiFastGRNN.py +0 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/src/comfi_fast_grnn_tensorflow/__init__.py +0 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/src/comfi_fast_grnn_tensorflow.egg-info/dependency_links.txt +0 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/src/comfi_fast_grnn_tensorflow.egg-info/requires.txt +0 -0
- {comfi_fast_grnn_tensorflow-0.0.1 → comfi_fast_grnn_tensorflow-0.0.2}/src/comfi_fast_grnn_tensorflow.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
include README.md
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfi_fast_grnn_tensorflow
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: A
|
|
3
|
+
Version: 0.0.2
|
|
4
|
+
Summary: A Tensorflow implementation of Comfi-FastGRNN
|
|
5
5
|
Author-email: Nicolas Arrieta Larraza <NIAL@bang-olufsen.dk>, Niels de Koeijer <NEMK@bang-olufsen.dk>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/narrietal/Fast-ULCNet
|
|
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "comfi_fast_grnn_tensorflow"
|
|
7
|
-
version = "0.0.
|
|
8
|
-
description = "A
|
|
9
|
-
readme = "README.md"
|
|
7
|
+
version = "0.0.2"
|
|
8
|
+
description = "A Tensorflow implementation of Comfi-FastGRNN"
|
|
9
|
+
readme = {file = "README.md", content-type = "text/markdown"}
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
11
|
license = {text = "MIT"}
|
|
12
12
|
authors = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfi_fast_grnn_tensorflow
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: A
|
|
3
|
+
Version: 0.0.2
|
|
4
|
+
Summary: A Tensorflow implementation of Comfi-FastGRNN
|
|
5
5
|
Author-email: Nicolas Arrieta Larraza <NIAL@bang-olufsen.dk>, Niels de Koeijer <NEMK@bang-olufsen.dk>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/narrietal/Fast-ULCNet
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|