代码整理

分离args,规范化命名
This commit is contained in:
2023-07-24 16:48:47 +09:00
parent ef0ee495f2
commit efb5c61f0d
6 changed files with 401 additions and 370 deletions
+15 -6
View File
@@ -185,18 +185,27 @@
"metadata": {},
"outputs": [
{
"name": "stdout",
"name": "stderr",
"output_type": "stream",
"text": [
"(1.2, 3.2)\n",
"1.2\n"
"Failed to detect the name of this notebook, you can set it manually with the WANDB_NOTEBOOK_NAME environment variable to enable code saving.\n",
"\u001b[34m\u001b[1mwandb\u001b[0m: Currently logged in as: \u001b[33mkoha9\u001b[0m. Use \u001b[1m`wandb login --relogin`\u001b[0m to force relogin\n"
]
},
{
"data": {
"text/plain": [
"True"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"aaa = (1.2,3.2)\n",
"print(aaa)\n",
"print(aaa[0])"
"import wandb\n",
"wandb.login()"
]
}
],