maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"
https://www.manning.com/books/deep-learning-and-the-game-of-go
975 stars 387 forks source link

Chapter 5 final code missing from repo #14

Closed jeffhgs closed 5 years ago

jeffhgs commented 5 years ago

Without any "this is an exercise to the reader" type of fair warning, the chapter 5 code listings seem to make several tweaks (Dropout, etc) that do not seem to be present in the github repo.

Did you leave the final code out on purpose? Did you say that anywhere?

If not, do you have a copy of the final chapter 5 code anywhere? It seems to me like it would be worth including in the repo.

maxpumperla commented 5 years ago

@jeffhgs what? chapter 5 has dropout? :D I'm not aware of that. The code should not have changed in the last month and master and chapter_5 should be in sync. Am I missing something?

maxpumperla commented 5 years ago

https://github.com/maxpumperla/deep_learning_and_the_game_of_go/tree/master/code/dlgo/nn

https://github.com/maxpumperla/deep_learning_and_the_game_of_go/tree/chapter_5/code/dlgo/nn

maxpumperla commented 5 years ago

or do you mean chapter 6?

jeffhgs commented 5 years ago

My bad.

Instead of rescuing this confusing conversation, I'm going to let it die and start a new one, hopefully less confusing.