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
987 stars 390 forks source link

Filename format issue in Chapter 7 #71

Open Dreamkeeper66666 opened 4 years ago

Dreamkeeper66666 commented 4 years ago

Hi! Thanks for your book! It helps me a lot. I just have a small question about the filename format. Since the data file on kgs has included the number of games in the filename. We can just make use of that information to do the sampling. So what if I want to download some other dataset where the number of games is not included in the tar.gz file. So how can I modify the original code to do the sampling? Thanks!