Recent comments in /f/deeplearning

tsgiannis t1_j3vx1lm wrote

If no matter what you get 75% accuracy then you can consider yourself a game breaker But do test the model and when I say test I don't mean on a static subset you have tested again and again. For example - haven't read the code yet - pick last year...and train your model for the 60% of the games.. lets say its 100 games and you have trained for 60.. did you managed to predict accurately the 61st,62nd....70 (lets take in batches of 10)...now the next batch..are you still carrying an accuracy over 75% ? Like you I had a model for baseball that was around 60 % accurate...but when I put it on the test it failed hard For now such a high accuracy seems a good starting point but do test

1

ContributionFun3037 OP t1_j3tve9t wrote

I looked online for hours and found no Sol. I came here as last resort.(i also had some box2d errors which I looked up online and solved after hours but this I couldn't find anything about). Since the tutorial uses old package versions i thought the problem was with that.
I found a new updated tutorial by huggingface- hopefully I won't end up with the same error again. Thanks either way!

1