Derek T. Jones
Results
1
comments of
Derek T. Jones
Definitely. Passing `values_only=False` to `bigtable_input.get_unparsed_moves_from_last_n_games` will return a dataset with `(key, value)` tensors. Applying `.map(lambda k, v: k)` to that dataset gives you the keys. However, to use those keys...