Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
mitkotak committed Jul 27, 2024
2 parents 5c01a0c + 7d5a152 commit 60a91de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## TODO

- [ ] Get `torch.export` pipeline working.
- [ ] Train tetris
- [ ] Port `allegro-jax`



2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ def forward(self,
torch.zeros(num_nodes, dtype=torch.int64),
dim=0,
dim_size=1)
return self.readout_mlp(graph_globals)
return self.readout_mlp(graph_globals)

0 comments on commit 60a91de

Please sign in to comment.