Skip to content

Update pytorch_rnn_gru_lstm.py#179

Open
adamroberge wants to merge 1 commit intoaladdinpersson:masterfrom
adamroberge:patch-1
Open

Update pytorch_rnn_gru_lstm.py#179
adamroberge wants to merge 1 commit intoaladdinpersson:masterfrom
adamroberge:patch-1

Conversation

@adamroberge
Copy link

print(f"Accuracy on training set: {check_accuracy(train_loader, model)*100:2f}") This line had a missing "." for the number of decimals.

print(f"Accuracy on training set: {check_accuracy(train_loader, model)*100:2f}")
This line had a missing "." for the number of decimals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant