Skip to content
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

Samples count #1

Open
snarb opened this issue Jun 4, 2018 · 3 comments
Open

Samples count #1

snarb opened this issue Jun 4, 2018 · 3 comments

Comments

@snarb
Copy link

snarb commented Jun 4, 2018

Hi! How much samples did you use to train the network? What was the huber loss? Can You share the training data to play with it and compare with my? (I have implimented deepStack in c++ now generating samples)

@happypepper
Copy link
Owner

I've added the training details to the readme.
You can also observe the validation losses yourself by going to Data/Models/NoLimit/<street> and th, then torch.load('final_cpu.info') in the interactive terminal.

@snarb
Copy link
Author

snarb commented Jun 4, 2018

Thanks. Didn't you measure the loss after the buckets CFR ->hole hands CFR conversion, not for the buckets? Bucketing by itself should add extra loss. It is interesting how much.

@happypepper
Copy link
Owner

Actually, the loss was measured after the hole -> buckets conversion, so I think the real loss will be higher than the reported loss (but I'm not sure). I agree it would be interesting to measure the difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants