For the second year in a row, I decided to solve the Advent Of Code puzzles in pure TensorFlow. Here’s the article where I describe my solutions to the first two puzzles.
Even if the first puzzles are easy, we already encountered:
- ragged tensors
- static-graph execution
- immutable lookup tables
Here’s the repo that already contains the solutions to puzzles 3 and 4 - today’s puzzle.