aladdinpersson / Machine-Learning-Collection

A resource for learning about Machine learning & Deep Learning
https://www.youtube.com/c/AladdinPersson
MIT License
7.69k stars 2.7k forks source link

Update pytorch_rnn_gru_lstm.py #179

Open adamroberge opened 4 months ago

adamroberge commented 4 months ago

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