MVP with Tensorboard

This commit is contained in:
IDONTSUDO 2024-12-01 16:12:08 +00:00 committed by Igor Brylev
parent 5b9b51ad59
commit a0d089d5bb
549 changed files with 39977 additions and 31449 deletions

File diff suppressed because it is too large Load diff

74
.vscode/launch.json vendored
View file

@ -1,40 +1,36 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "server-dev",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script", "dev"
],
"cwd": "${workspaceRoot}/server/",
},
{
"type": "node",
"request": "launch",
"name": "server-test-watch",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script", "test:watch"
],
"cwd": "${workspaceRoot}/server/",
},
{
"type": "node",
"request": "launch",
"name": "ui-dev",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run-script", "dev"
],
"cwd": "${workspaceRoot}/ui/",
}
]
}
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "server-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "dev"],
"cwd": "${workspaceRoot}/server/"
},
{
"type": "node",
"request": "launch",
"name": "server-test-watch",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "test:watch"],
"cwd": "${workspaceRoot}/server/"
},
{
"type": "node",
"request": "launch",
"name": "ui-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "dev"],
"cwd": "${workspaceRoot}/ui/"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch debug chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}

33
.vscode/settings.json vendored
View file

@ -1,6 +1,35 @@
{
"cSpell.words": [
"введите",
"Ведите",
"typedataset"
]
"дерево",
"Количество",
"модели",
"может",
"навык",
"Новое",
"отрицательное",
"принимать",
"скила",
"создано",
"число",
"эпох",
"эпоха",
"Collada",
"Contolls",
"GLTF",
"grau",
"idontsudo",
"raycaster",
"skils",
"typedataset",
"URDF",
"usecases"
],
"files.exclude": {
"**/.git": false,
"**/.svn": false,
"**/.hg": false,
"**/CVS": false
}
}