lt-tensor 0.0.1a31__tar.gz → 0.0.1a32__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.
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/PKG-INFO +2 -2
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/config_templates.py +6 -8
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor.egg-info/PKG-INFO +2 -2
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor.egg-info/requires.txt +1 -1
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/setup.py +2 -2
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/LICENSE +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/README.md +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/losses.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/lr_schedulers.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/math_ops.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/misc_utils.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_base.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/activations/alias_free_torch/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/activations/alias_free_torch/act.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/activations/alias_free_torch/filter.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/activations/alias_free_torch/resample.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/activations/snake/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/audio_models/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/audio_models/diffwave/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/audio_models/hifigan/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/audio_models/istft/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/basic.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/convs.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/features.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/fusion.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/losses/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/losses/discriminators.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/pos_encoder.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/residual.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/transformer.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/monotonic_align.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/noise_tools.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/processors/__init__.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/processors/audio.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/torch_commons.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/transform.py +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor.egg-info/SOURCES.txt +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor.egg-info/dependency_links.txt +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor.egg-info/top_level.txt +0 -0
- {lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: lt-tensor
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1a32
|
4
4
|
Summary: General utilities for PyTorch and others. Built for general use.
|
5
5
|
Home-page: https://github.com/gr1336/lt-tensor/
|
6
6
|
Author: gr1336
|
@@ -17,7 +17,7 @@ Requires-Dist: numpy>=1.26.4
|
|
17
17
|
Requires-Dist: tokenizers
|
18
18
|
Requires-Dist: pyyaml>=6.0.0
|
19
19
|
Requires-Dist: numba>0.60.0
|
20
|
-
Requires-Dist: lt-utils
|
20
|
+
Requires-Dist: lt-utils>=0.0.3
|
21
21
|
Requires-Dist: librosa==0.11.*
|
22
22
|
Requires-Dist: einops
|
23
23
|
Requires-Dist: plotly
|
@@ -18,11 +18,11 @@ class ModelConfig(ABC, OrderedDict):
|
|
18
18
|
|
19
19
|
def reset_settings(self):
|
20
20
|
raise NotImplementedError("Not implemented")
|
21
|
-
|
21
|
+
|
22
22
|
def post_process(self):
|
23
23
|
"""Implement the post process, to do a final check to the input data"""
|
24
24
|
pass
|
25
|
-
|
25
|
+
|
26
26
|
def save_config(
|
27
27
|
self,
|
28
28
|
path: str,
|
@@ -58,12 +58,12 @@ class ModelConfig(ABC, OrderedDict):
|
|
58
58
|
def from_dict(
|
59
59
|
cls,
|
60
60
|
dictionary: Dict[str, Any],
|
61
|
-
)
|
61
|
+
):
|
62
62
|
assert is_dict(dictionary)
|
63
|
-
return
|
63
|
+
return cls(**dictionary)
|
64
64
|
|
65
65
|
@classmethod
|
66
|
-
def from_path(cls, path_name: PathLike)
|
66
|
+
def from_path(cls, path_name: PathLike):
|
67
67
|
assert is_file(path_name) or is_dir(path_name)
|
68
68
|
settings = {}
|
69
69
|
|
@@ -90,6 +90,4 @@ class ModelConfig(ABC, OrderedDict):
|
|
90
90
|
settings.pop("path", None)
|
91
91
|
settings.pop("path_name", None)
|
92
92
|
|
93
|
-
return
|
94
|
-
|
95
|
-
|
93
|
+
return cls(**settings)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: lt-tensor
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.1a32
|
4
4
|
Summary: General utilities for PyTorch and others. Built for general use.
|
5
5
|
Home-page: https://github.com/gr1336/lt-tensor/
|
6
6
|
Author: gr1336
|
@@ -17,7 +17,7 @@ Requires-Dist: numpy>=1.26.4
|
|
17
17
|
Requires-Dist: tokenizers
|
18
18
|
Requires-Dist: pyyaml>=6.0.0
|
19
19
|
Requires-Dist: numba>0.60.0
|
20
|
-
Requires-Dist: lt-utils
|
20
|
+
Requires-Dist: lt-utils>=0.0.3
|
21
21
|
Requires-Dist: librosa==0.11.*
|
22
22
|
Requires-Dist: einops
|
23
23
|
Requires-Dist: plotly
|
@@ -4,7 +4,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|
4
4
|
long_description = f.read()
|
5
5
|
|
6
6
|
setup(
|
7
|
-
version="0.0.
|
7
|
+
version="0.0.1a32",
|
8
8
|
name="lt-tensor",
|
9
9
|
description="General utilities for PyTorch and others. Built for general use.",
|
10
10
|
long_description=long_description,
|
@@ -17,7 +17,7 @@ setup(
|
|
17
17
|
"tokenizers",
|
18
18
|
"pyyaml>=6.0.0",
|
19
19
|
"numba>0.60.0",
|
20
|
-
"lt-utils
|
20
|
+
"lt-utils>=0.0.3",
|
21
21
|
"librosa==0.11.*",
|
22
22
|
"einops",
|
23
23
|
"plotly",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/activations/alias_free_torch/act.py
RENAMED
File without changes
|
{lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/activations/alias_free_torch/filter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/audio_models/diffwave/__init__.py
RENAMED
File without changes
|
{lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/audio_models/hifigan/__init__.py
RENAMED
File without changes
|
{lt_tensor-0.0.1a31 → lt_tensor-0.0.1a32}/lt_tensor/model_zoo/audio_models/istft/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|