Browse Source

[MNT] Change semantic spec: library from tag to class

tags/v0.3.2
xiey 3 years ago
parent
commit
5c98554c86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      learnware/config.py

+ 1
- 1
learnware/config.py View File

@@ -89,7 +89,7 @@ semantic_config = {
# }, # Choose one or more tags
"Library": {
"Values": ["Scikit-learn", "PyTorch", "TensorFlow", "Others"],
"Type": "Tag",
"Type": "Class",
}, # Choose one or more tags
"Scenario": {
"Values": [


Loading…
Cancel
Save