Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f7196c

Browse files
author
nd1511
committed
Python, PyCharm IDE
Python, PyCharm IDE
1 parent fd7d733 commit 4f7196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program37_TrainingModels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import os, tarfile, errno
1010
import matplotlib.pyplot as plt
1111

12+
import sklearn
1213
import numpy.random
1314
import scipy.stats as ss
1415

@@ -2111,7 +2112,6 @@ def sample_mog(batch_size, n_mixture=8, std=0.01, radius=1.0):
21112112
imgplot2 = plt.imshow(img2)
21122113
#plt.pause(2)
21132114

2114-
# Files already downloaded and verified
21152115
# >> Training model Ganomaly. Epoch 1/15
21162116
# Avg Run Time (ms/batch): 274.149 AUC: 0.621 max AUC: 0.621
21172117
# >> Training model Ganomaly. Epoch 2/15

0 commit comments

Comments
 (0)