comfi-fast-grnn-torch 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_torch-0.0.2/MANIFEST.in +1 -0
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/PKG-INFO +3 -3
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/README.md +1 -1
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/pyproject.toml +3 -3
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch.egg-info/PKG-INFO +3 -3
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch.egg-info/SOURCES.txt +1 -0
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/setup.cfg +0 -0
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch/ComfiFastGRNN.py +0 -0
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch/__init__.py +0 -0
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch.egg-info/dependency_links.txt +0 -0
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch.egg-info/requires.txt +0 -0
- {comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch.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_torch
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: A PyTorch implementation of
|
|
3
|
+
Version: 0.0.2
|
|
4
|
+
Summary: A PyTorch 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
|
|
@@ -13,7 +13,7 @@ Requires-Dist: torchinfo==1.8.0
|
|
|
13
13
|
Requires-Dist: CRM_pytorch==0.1.0
|
|
14
14
|
|
|
15
15
|
# fast-ulcnet-torch
|
|
16
|
-
Implements
|
|
16
|
+
Implements Comfi-FastGRNN in torch.
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
19
19
|
|
|
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "comfi_fast_grnn_torch"
|
|
7
|
-
version = "0.0.
|
|
8
|
-
description = "A PyTorch implementation of
|
|
9
|
-
readme = "README.md"
|
|
7
|
+
version = "0.0.2"
|
|
8
|
+
description = "A PyTorch 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_torch
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: A PyTorch implementation of
|
|
3
|
+
Version: 0.0.2
|
|
4
|
+
Summary: A PyTorch 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
|
|
@@ -13,7 +13,7 @@ Requires-Dist: torchinfo==1.8.0
|
|
|
13
13
|
Requires-Dist: CRM_pytorch==0.1.0
|
|
14
14
|
|
|
15
15
|
# fast-ulcnet-torch
|
|
16
|
-
Implements
|
|
16
|
+
Implements Comfi-FastGRNN in torch.
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
19
19
|
|
|
File without changes
|
|
File without changes
|
{comfi_fast_grnn_torch-0.0.1 → comfi_fast_grnn_torch-0.0.2}/src/comfi_fast_grnn_torch/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|