1
Fork 0

chore(main.py): deleted redundant main.py, feat(plot.py): added plot file to group all visualization related code for the experiments

This commit is contained in:
Robin Meersman 2026-04-02 15:20:47 +02:00
parent 97eaa5c06b
commit ba59361f97
3 changed files with 15 additions and 10 deletions

View file

@ -1,4 +0,0 @@
import jax
if __name__ == "__main__":
print(jax.devices())