Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2b4bd60

Browse files
Change
1 parent 5ad0cda commit 2b4bd60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎multiclass_classification_cpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
for j in range(0,steps-remaining,step_size):
234234
#Feeding step_size-amount data with 0.5 keeping probabilities on DROPOUT LAYERS
235235
_,c = sess.run([train,cross_entropy],
236-
feed_dict={x:X[j:j+step_size] , y_true:Y[j:j+step_size],hold_prob1:0.5,hold_prob2:0.5})
236+
feed_dict={x:X[j:j+step_size] , y_true:Y[j:j+step_size],hold_prob1:0.5,hold_prob2:0.5})
237237

238238

239239
#Writing for loop to calculate test statistics. GTX 1050 isn't able to calculate all test data.

‎multiclass_classification_gpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
for j in range(0,steps-remaining,step_size):
236236
#Feeding step_size-amount data with 0.5 keeping probabilities on DROPOUT LAYERS
237237
_,c = sess.run([train,cross_entropy],
238-
feed_dict={x:X[j:j+step_size] , y_true:Y[j:j+step_size],hold_prob1:0.5,hold_prob2:0.5})
238+
feed_dict={x:X[j:j+step_size] , y_true:Y[j:j+step_size],hold_prob1:0.5,hold_prob2:0.5})
239239

240240

241241
#Writing for loop to calculate test statistics. GTX 1050 isn't able to calculate all test data.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /