AoC 2022 in pure TensorFlow. Day 7: the limitations of TF when working with paths

Hi everyone,

once again Iā€™m here sharing my latest article about my solution to an AoC puzzle in pure TensorFlow.

Problem 7 is a nice example that demonstrates the limitations of TensorFlow when manipulating strings and working with paths.

2 Likes

Amazing, thanks for sharing @pgaleone :+1:

For those interested to learn more:

And @pgaleone 's solutions to Advent of Code 2021 can be found here Wrap up of Advent of Code 2021 in pure TensorFlow ā€“ P. Galeone's blog

1 Like

This is great!
You are a true warrior! Those problems were challenging for me using Python only!

1 Like