Skip to content

Commit 8d4bde3

Browse files
authored
Update 2023-06-12-Exploring Transformer Architecture.md
1 parent da23225 commit 8d4bde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-06-12-Exploring Transformer Architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ train_dataset = tf.data.Dataset.from_generator(
161161
history = model.fit(train_dataset,epochs=EPOCHS,callbacks=[tensorboard_callback],)
162162
{% endhighlight %}
163163

164-
#Graph of epoch loss
164+
# Graph of epoch loss
165165

166166
I expected the epoch loss to be driven down lower than what the graph shows. This can be investigated.
167167

0 commit comments

Comments
 (0)