Myosotis-Researches 0.1.22__tar.gz → 0.1.23__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.
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23/Myosotis_Researches.egg-info}/PKG-INFO +1 -1
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/Myosotis_Researches.egg-info/SOURCES.txt +5 -5
- {myosotis_researches-0.1.22/Myosotis_Researches.egg-info → myosotis_researches-0.1.23}/PKG-INFO +1 -1
- myosotis_researches-0.1.23/myosotis_researches/CcGAN/old/__init__.py +14 -0
- myosotis_researches-0.1.23/myosotis_researches/CcGAN/utils/__init__.py +4 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/setup.py +1 -1
- myosotis_researches-0.1.22/myosotis_researches/CcGAN/utils/__init__.py +0 -20
- myosotis_researches-0.1.22/myosotis_researches/CcGAN/utils/print_hdf5.py +0 -11
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/LICENSE +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/MANIFEST.in +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/Myosotis_Researches.egg-info/dependency_links.txt +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/Myosotis_Researches.egg-info/top_level.txt +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/README.md +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/__init__.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/internal/__init__.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/internal/install_datasets.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/internal/show_datasets.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/internal/uninstall_datasets.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/CcGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/ResNet_class_eval.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/ResNet_embed.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/ResNet_regre_eval.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/__init__.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/autoencoder.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/cGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_128/cGAN_concat_SAGAN.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/CcGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/ResNet_class_eval.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/ResNet_embed.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/ResNet_regre_eval.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/__init__.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/autoencoder.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/cGAN_SAGAN.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/models_256/cGAN_concat_SAGAN.py +0 -0
- {myosotis_researches-0.1.22/myosotis_researches/CcGAN/utils → myosotis_researches-0.1.23/myosotis_researches/CcGAN/old}/IMGs_dataset.py +0 -0
- {myosotis_researches-0.1.22/myosotis_researches/CcGAN/utils → myosotis_researches-0.1.23/myosotis_researches/CcGAN/old}/SimpleProgressBar.py +0 -0
- {myosotis_researches-0.1.22/myosotis_researches/CcGAN/utils → myosotis_researches-0.1.23/myosotis_researches/CcGAN/old}/opts.py +0 -0
- {myosotis_researches-0.1.22/myosotis_researches/CcGAN/utils → myosotis_researches-0.1.23/myosotis_researches/CcGAN/old}/train.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/train/__init__.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/train/train_ccgan.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/train/train_cgan.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/train/train_cgan_concat.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/train/train_net_for_label_embed.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/utils/concat_image.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/utils/view_dataset.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/visualize/__init__.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/visualize/src/style.css +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/visualize/src/style.css.map +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/visualize/src/style.scss +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/visualize/src/template.html +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/visualize/visualize_datasets.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/__init__.py +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/pyproject.toml +0 -0
- {myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/setup.cfg +0 -0
{myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/Myosotis_Researches.egg-info/SOURCES.txt
RENAMED
@@ -29,18 +29,18 @@ myosotis_researches/CcGAN/models_256/__init__.py
|
|
29
29
|
myosotis_researches/CcGAN/models_256/autoencoder.py
|
30
30
|
myosotis_researches/CcGAN/models_256/cGAN_SAGAN.py
|
31
31
|
myosotis_researches/CcGAN/models_256/cGAN_concat_SAGAN.py
|
32
|
+
myosotis_researches/CcGAN/old/IMGs_dataset.py
|
33
|
+
myosotis_researches/CcGAN/old/SimpleProgressBar.py
|
34
|
+
myosotis_researches/CcGAN/old/__init__.py
|
35
|
+
myosotis_researches/CcGAN/old/opts.py
|
36
|
+
myosotis_researches/CcGAN/old/train.py
|
32
37
|
myosotis_researches/CcGAN/train/__init__.py
|
33
38
|
myosotis_researches/CcGAN/train/train_ccgan.py
|
34
39
|
myosotis_researches/CcGAN/train/train_cgan.py
|
35
40
|
myosotis_researches/CcGAN/train/train_cgan_concat.py
|
36
41
|
myosotis_researches/CcGAN/train/train_net_for_label_embed.py
|
37
|
-
myosotis_researches/CcGAN/utils/IMGs_dataset.py
|
38
|
-
myosotis_researches/CcGAN/utils/SimpleProgressBar.py
|
39
42
|
myosotis_researches/CcGAN/utils/__init__.py
|
40
43
|
myosotis_researches/CcGAN/utils/concat_image.py
|
41
|
-
myosotis_researches/CcGAN/utils/opts.py
|
42
|
-
myosotis_researches/CcGAN/utils/print_hdf5.py
|
43
|
-
myosotis_researches/CcGAN/utils/train.py
|
44
44
|
myosotis_researches/CcGAN/utils/view_dataset.py
|
45
45
|
myosotis_researches/CcGAN/visualize/__init__.py
|
46
46
|
myosotis_researches/CcGAN/visualize/visualize_datasets.py
|
@@ -0,0 +1,14 @@
|
|
1
|
+
from ..old.SimpleProgressBar import SimpleProgressBar
|
2
|
+
from ..old.IMGs_dataset import IMGs_dataset
|
3
|
+
from ..old.train import PlotLoss, compute_entropy, predict_class_labels, DiffAugment
|
4
|
+
from ..old.opts import parse_opts
|
5
|
+
|
6
|
+
__all__ = [
|
7
|
+
"SimpleProgressBar",
|
8
|
+
"IMGs_dataset",
|
9
|
+
"PlotLoss",
|
10
|
+
"compute_entropy",
|
11
|
+
"predict_class_labels",
|
12
|
+
"DiffAugment",
|
13
|
+
"parse_opts",
|
14
|
+
]
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="Myosotis-Researches",
|
5
|
-
version="0.1.
|
5
|
+
version="0.1.23",
|
6
6
|
description="A repository for storing my progress of researches.",
|
7
7
|
long_description=open("README.md").read(),
|
8
8
|
long_description_content_type="text/markdown",
|
@@ -1,20 +0,0 @@
|
|
1
|
-
from .print_hdf5 import print_hdf5
|
2
|
-
from .concat_image import concat_image
|
3
|
-
from .SimpleProgressBar import SimpleProgressBar
|
4
|
-
from .IMGs_dataset import IMGs_dataset
|
5
|
-
from .train import PlotLoss, compute_entropy, predict_class_labels, DiffAugment
|
6
|
-
from .opts import parse_opts
|
7
|
-
from .view_dataset import view_dataset
|
8
|
-
|
9
|
-
__all__ = [
|
10
|
-
"print_hdf5",
|
11
|
-
"concat_image",
|
12
|
-
"SimpleProgressBar",
|
13
|
-
"IMGs_dataset",
|
14
|
-
"PlotLoss",
|
15
|
-
"compute_entropy",
|
16
|
-
"predict_class_labels",
|
17
|
-
"DiffAugment",
|
18
|
-
"parse_opts",
|
19
|
-
"view_dataset"
|
20
|
-
]
|
@@ -1,11 +0,0 @@
|
|
1
|
-
import h5py
|
2
|
-
|
3
|
-
|
4
|
-
def print_hdf5(name, obj):
|
5
|
-
indent = " " * name.count("/")
|
6
|
-
if isinstance(obj, h5py.Dataset):
|
7
|
-
print(f"{indent}[Dataset] {name} shape={obj.shape} dtype={obj.dtype}")
|
8
|
-
elif isinstance(obj, h5py.Group):
|
9
|
-
print(f"{indent}[Group] {name}")
|
10
|
-
|
11
|
-
__all__ = ["print_hdf5"]
|
File without changes
|
File without changes
|
File without changes
|
{myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/Myosotis_Researches.egg-info/top_level.txt
RENAMED
File without changes
|
File without changes
|
{myosotis_researches-0.1.22 → myosotis_researches-0.1.23}/myosotis_researches/CcGAN/__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
|
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
|
File without changes
|