maxpumperla / deep_learning_and_the_game_of_go

Code and other material for the book "Deep Learning and the Game of Go"

Home Page:https://www.manning.com/books/deep-learning-and-the-game-of-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filename format issue in Chapter 7

Dreamkeeper66666 opened this issue · comments

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!