Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
Update pytorch_rnn_gru_lstm.py
print(f"Accuracy on training set: {check_accuracy(train_loader, model)*100:2f}") This line had a missing "." for the number of decimals.