-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main_train does still nothing #40
Comments
Hello, Look at this issue : aikupoker#15 I used a fresh OS install to solve it. Hope it helps ! |
Thank you. Can you give me more information on how you did it? Thank you very much :) |
The simplest way was to use this docker image : you can inspire yourself from : aikupoker repo Good luck |
for this, the host OS needs to be Ubuntu 16.04 or Ubuntu 18? on Ubuntu 18, it gives CMake error |
Essentially this problem again: #38
But since a solution was never provided I reopen it.
I am using Google colab's free GPU to generate data and train models. I got data Generated, Data converted, but can't get Model trained.
The issue is whenever i run the training code, the script terminates at line 60 in Training/train.lua at the line:
M.network(inputs)
This function never returns, doesn't give any error or warning either.
Tried wirh different batch sizes, on CPU, on GPU
The text was updated successfully, but these errors were encountered: