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:
parent
97eaa5c06b
commit
ba59361f97
3 changed files with 15 additions and 10 deletions
|
|
@ -1,4 +0,0 @@
|
|||
import jax
|
||||
|
||||
if __name__ == "__main__":
|
||||
print(jax.devices())
|
||||
Reference in a new issue