Skip to content

Commit

Permalink
Detect invalid content (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Feb 24, 2021
1 parent 33a3627 commit 87dfc45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,10 @@ view.ModelFactoryService = class {
{ name: 'Darkflow metadata', tags: [ 'net', 'type', 'model' ] },
{ name: 'keras-yolo2 configuration', tags: [ 'model', 'train', 'valid' ] },
{ name: 'Vulkan SwiftShader ICD manifest', tags: [ 'file_format_version', 'ICD' ] },
{ name: 'DeepLearningExamples configuration', tags: [ 'attention_probs_dropout_prob', 'hidden_act', 'hidden_dropout_prob', 'hidden_size', ] }
{ name: 'DeepLearningExamples configuration', tags: [ 'attention_probs_dropout_prob', 'hidden_act', 'hidden_dropout_prob', 'hidden_size', ] },
{ name: 'NuGet assets', tags: [ 'version', 'targets', 'packageFolders' ] },
{ name: 'NuGet data', tags: [ 'format', 'restore', 'projects' ] },
{ name: 'NPM package', tags: [ 'name', 'version', 'dependencies' ] }
]
}
];
Expand Down

0 comments on commit 87dfc45

Please sign in to comment.