解决手动softmax模型训练梯度爆炸问题

This commit is contained in:
2023-10-10 19:12:07 +08:00
parent 9c8f12e431
commit 0130448d39
3 changed files with 308 additions and 210 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}