Replies: 2 comments
-
Also i kinda want to change the background. Open to any suggestions. It used to be static photo of basketball. current animation i really like but it kinda makes computer lag, and its probably worse on lower end devices. |
Beta Was this translation helpful? Give feedback.
0 replies
-
maybe build model copy/share feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added displays for game history 2 on game page. I've got last game 3 working locally but it doesn't seem to do much. Im not convinced yet, there may be some other bug, but it also makes some sense. A game happens 3 days ago generalizes pretty well to future game, 5 days ago probably half that, and by the time we at game 3, i don't think model is learning much. it could make training difficult and data sparse. Im still gonna test more, and see if there is any value to last game 3. I may just ship it anyway, its not that much more data. I want to build last game settings on the model training page too. But really i want to just track results for a few days see how it does.
For now im gonna close the data formation issue. If we see improvements on live server i may push updates here.
Also noticing live server is getting maxed out when 2 people training same time.... may upgrade server soon. Would like to find dynamic solution that can add cores when we seeing higher loads. Maybe separate control and train servers, or an expandable training cluster. The higher limits on the live server are relatively untested... I kinda assumed it would be fine because single core restriction but there may be memory limits and other performance concerns.... this whole thing is relatively untested... It's a ongoing experiment.....
Beta Was this translation helpful? Give feedback.
All reactions