Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

This is my first year doing Advent of Code. My aim is to primarily use pytorch functions (and some preprocessing). Main rules:

  1. Single pass over input file to store input data into a Tensor
  2. No use of for loops or list/set/dict comprehensions For loop used on 3.2 although in theory that could be unrolled.

For loops are allowed now but I'll still try to keep all the data vectorized and use pytorch primitives/tensors.

About

advent of code 2021 in PyTorch

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages