Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkalitenko125 authored Oct 2, 2024
1 parent 2d577cd commit 8703b4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Hydrogenlike_atom_Klein-Gordon-Fock-onelayer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"metadata": {},
"outputs": [],
"source": [
"# Hardware (CPU or GPU)\n",
"# device\n",
"device = torch.device(\"cuda\" if torch.cuda.is_available() else \"cpu\")\n",
"\n",
"# Network hyperparameters\n",
Expand Down Expand Up @@ -2468,7 +2468,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Training the NNQS...: 100%|█████████████████████████████████████████████████████| 50000/50000 [03:21<00:00, 248.61it/s]\n"
"Training the NNQS...: 100%|█████████████████████████████████████████████████████| 50000/50000 [03:51<00:00, 215.99it/s]\n"
]
}
],
Expand Down Expand Up @@ -3566,7 +3566,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Training the NNQS...: 100%|█████████████████████████████████████████████████████| 50000/50000 [03:11<00:00, 260.78it/s]\n"
"Training the NNQS...: 100%|█████████████████████████████████████████████████████| 50000/50000 [03:25<00:00, 243.73it/s]\n"
]
}
],
Expand Down Expand Up @@ -4791,7 +4791,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Training the NNQS...: 100%|█████████████████████████████████████████████████████| 30000/30000 [02:33<00:00, 194.86it/s]\n"
"Training the NNQS...: 100%|█████████████████████████████████████████████████████| 30000/30000 [02:39<00:00, 188.17it/s]\n"
]
}
],
Expand Down

0 comments on commit 8703b4f

Please sign in to comment.