Skip to content

Commit 3ea615f

Browse files
Update train_a_generative_llm.py
Remove temporary debug exception...
1 parent 2922387 commit 3ea615f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

train_a_generative_llm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@
253253
print(f"Shape of X_test: {len(X_test[0])}")
254254
print(f"Shape of y_test: {len(y_test)}")
255255

256-
raise Exception("Debug")
257-
258256
x_train_tf = tf.constant(X_train, tf.int32)
259257
y_train_tf = tf.constant(y_train, tf.float32)
260258

0 commit comments

Comments
 (0)