Skip to content

Commit

Permalink
new_main
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovac2 committed May 28, 2023
1 parent 290fd49 commit 498348b
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions demos/main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,21 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 2,
"metadata": {
"pycharm": {
"is_executing": true
}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"W&B offline. Running your script from this directory will only write metadata locally. Use wandb disabled to completely turn off W&B.\n"
]
}
],
"source": [
"# Standard imports\n",
"import os\n",
Expand Down Expand Up @@ -112,7 +120,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 3,
"metadata": {
"scrolled": true
},
Expand Down Expand Up @@ -296,7 +304,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3.10.6 ('egnn_lspe')",
"language": "python",
"name": "python3"
},
Expand All @@ -311,6 +319,11 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
},
"vscode": {
"interpreter": {
"hash": "a481cf1fb4b2476369d538cfa7febb4501776dad9ca5bbc0e6e01e506cc16df9"
}
}
},
"nbformat": 4,
Expand Down

0 comments on commit 498348b

Please sign in to comment.