Skip to content

Commit

Permalink
RNN example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agosztolai committed Dec 6, 2023
1 parent 5fa052e commit d423a6b
Show file tree
Hide file tree
Showing 5 changed files with 28,294 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/RNN/RNN.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@
"#params = {'epochs': 40, \n",
"# 'hidden_channels': 64, \n",
"# 'out_channels': 5,\n",
"# 'diffusion': False,\n",
"# 'inner_product_features': False, #geometry-aware for maximal expressivity\n",
"# }\n",
"#model = MARBLE.net(data, params=params)\n",
Expand Down Expand Up @@ -764,6 +765,7 @@
"# 'order': 2,\n",
"# 'hidden_channels': 64,\n",
"# 'out_channels': 5,\n",
"# 'diffusion': False,\n",
"# 'inner_product_features': True, #geometry-agnostic as manifolds are differently oriented across networks\n",
"# }\n",
"\n",
Expand Down
Loading

0 comments on commit d423a6b

Please sign in to comment.