Add EmoSet training and evaluation
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "Launcher",
|
||||
"description": "Launcher settings.",
|
||||
"jupyter.lab.menus": {
|
||||
"main": [
|
||||
{
|
||||
"id": "jp-mainmenu-file",
|
||||
"items": [
|
||||
{
|
||||
"command": "launcher:create",
|
||||
"rank": 0.99
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"jupyter.lab.shortcuts": [
|
||||
{
|
||||
"command": "launcher:create",
|
||||
"keys": ["Accel Shift L"],
|
||||
"selector": "body"
|
||||
}
|
||||
],
|
||||
"jupyter.lab.toolbars": {
|
||||
"FileBrowser": [
|
||||
{
|
||||
"name": "new-launcher",
|
||||
"command": "launcher:create",
|
||||
"rank": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"properties": {},
|
||||
"additionalProperties": false,
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user