Myosotis-Researches 0.0.19__py3-none-any.whl → 0.0.20__py3-none-any.whl
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/CcGAN/train_128_output_10/train_ccgan.py +1 -1
- {myosotis_researches-0.0.19.dist-info → myosotis_researches-0.0.20.dist-info}/METADATA +1 -1
- {myosotis_researches-0.0.19.dist-info → myosotis_researches-0.0.20.dist-info}/RECORD +6 -6
- {myosotis_researches-0.0.19.dist-info → myosotis_researches-0.0.20.dist-info}/WHEEL +0 -0
- {myosotis_researches-0.0.19.dist-info → myosotis_researches-0.0.20.dist-info}/licenses/LICENSE +0 -0
- {myosotis_researches-0.0.19.dist-info → myosotis_researches-0.0.20.dist-info}/top_level.txt +0 -0
@@ -79,7 +79,7 @@ def train_ccgan(kernel_sigma, kappa, train_images, train_labels, netG, netD, net
|
|
79
79
|
# printed images with labels between the 5-th quantile and 95-th quantile of training labels
|
80
80
|
n_row=10; n_col = 1
|
81
81
|
z_fixed = torch.randn(n_row*n_col, dim_gan, dtype=torch.float).cuda()
|
82
|
-
selected_labels = np.array([0,
|
82
|
+
selected_labels = np.array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])
|
83
83
|
|
84
84
|
y_fixed = np.zeros(n_row*n_col)
|
85
85
|
for i in range(n_row):
|
@@ -35,7 +35,7 @@ myosotis_researches/CcGAN/train_128_output_10/opts.py,sha256=oIScD7A6GdcWI_ptB-k
|
|
35
35
|
myosotis_researches/CcGAN/train_128_output_10/pretrain_AE.py,sha256=VAbe5kSfvTl2k0aV6eV3XnMMV28KrIzB2EglahXEXiU,10746
|
36
36
|
myosotis_researches/CcGAN/train_128_output_10/pretrain_CNN_class.py,sha256=tnGH5rKeJyWY29esBXlFJx9Qr30uB6W5cMw1Wge-Leg,9247
|
37
37
|
myosotis_researches/CcGAN/train_128_output_10/pretrain_CNN_regre.py,sha256=RSmHQ5Z3Jbq2TKU2D2p-HJriXxKDw4YG-B8gstwefcI,8953
|
38
|
-
myosotis_researches/CcGAN/train_128_output_10/train_ccgan.py,sha256=
|
38
|
+
myosotis_researches/CcGAN/train_128_output_10/train_ccgan.py,sha256=rS69zzfMgQElSr42vF6nK0sH9vfYS7lLCJzSbAm_rGI,13317
|
39
39
|
myosotis_researches/CcGAN/train_128_output_10/train_cgan.py,sha256=bYJbBskTpESfCG2uj52RW9zLh3Zod4e8Uop7rim3dmE,9698
|
40
40
|
myosotis_researches/CcGAN/train_128_output_10/train_cgan_concat.py,sha256=PYctY3IZiHGh4TshXx3mUZBf9su_8NuV_D8InkxKQZ4,8940
|
41
41
|
myosotis_researches/CcGAN/train_128_output_10/train_net_for_label_embed.py,sha256=4j6r4_o4rXgAN4MdUQL-TXqZJpbhH7d9gWQR8YzBlXw,6976
|
@@ -45,8 +45,8 @@ myosotis_researches/CcGAN/utils/concat_image_horizontal.py,sha256=e6WsfO9IiSoP8z
|
|
45
45
|
myosotis_researches/CcGAN/utils/concat_image_vertical.py,sha256=97-SuE8ZWpaeBm_ed6MAEaUOvtpzlYq_X3yWt4OEUTY,951
|
46
46
|
myosotis_researches/CcGAN/utils/make_h5.py,sha256=Q5OW1JA35ormmsrlAJp6XdC6x0uJBRNjsE31wM3zBiI,1422
|
47
47
|
myosotis_researches/CcGAN/utils/print_hdf5_structure.py,sha256=leaR8H3GhlX6EuIXDMh36xG2zBdV-XlJkaXBuoorl6I,320
|
48
|
-
myosotis_researches-0.0.
|
49
|
-
myosotis_researches-0.0.
|
50
|
-
myosotis_researches-0.0.
|
51
|
-
myosotis_researches-0.0.
|
52
|
-
myosotis_researches-0.0.
|
48
|
+
myosotis_researches-0.0.20.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
49
|
+
myosotis_researches-0.0.20.dist-info/METADATA,sha256=ToCc483wnlYGHxTeLAIAEP62aRbddZEtK3N0SaqNL3w,765
|
50
|
+
myosotis_researches-0.0.20.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
51
|
+
myosotis_researches-0.0.20.dist-info/top_level.txt,sha256=zxAiMn5eyZNJM28MewTAkgi_RZJMbfWbzVR-KF0LdZE,20
|
52
|
+
myosotis_researches-0.0.20.dist-info/RECORD,,
|
File without changes
|
{myosotis_researches-0.0.19.dist-info → myosotis_researches-0.0.20.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
File without changes
|