зеркало из https://github.com/microsoft/esvit.git
Add `$schema` to `cgmanifest.json`
This commit is contained in:
Родитель
aa43434e50
Коммит
d2e422b1e8
|
@ -1,19 +1,19 @@
|
|||
{
|
||||
"registrations": [
|
||||
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"name": "dino",
|
||||
"repositoryUrl": "https://github.com/facebookresearch/dino",
|
||||
"commitHash": "58aabc09e056689228e5cfff27c2c20e6d19c945"
|
||||
}
|
||||
},
|
||||
"license": "Apache 2.0",
|
||||
"version": "0.1",
|
||||
"description": "PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
|
||||
"registrations": [
|
||||
{
|
||||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"name": "dino",
|
||||
"repositoryUrl": "https://github.com/facebookresearch/dino",
|
||||
"commitHash": "58aabc09e056689228e5cfff27c2c20e6d19c945"
|
||||
}
|
||||
},
|
||||
"license": "Apache 2.0",
|
||||
"version": "0.1",
|
||||
"description": "PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO"
|
||||
}
|
||||
],
|
||||
"version": 1
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче