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 Jul 12, 2023
1 parent 895e636 commit 9889da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -4985,6 +4985,7 @@ view.ModelFactoryService = class {
{ 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: 'GitHub page data', tags: [ 'payload', 'title', 'locale' ] },
{ name: 'NuGet assets', tags: [ 'version', 'targets', 'packageFolders' ] },
{ name: 'NuGet data', tags: [ 'format', 'restore', 'projects' ] },
{ name: 'NPM package', tags: [ 'name', 'version', 'dependencies' ] },
Expand All @@ -4994,7 +4995,6 @@ view.ModelFactoryService = class {
{ name: 'Brain.js data', tags: [ 'type', 'sizes', 'layers' ] },
{ name: 'Custom Vision metadata', tags: [ 'CustomVision.Metadata.Version' ] },
{ name: 'W&B metadata', tags: [ 'program', 'host', 'executable' ] }

];
const match = (obj, tag) => {
if (tag.startsWith('[].')) {
Expand Down

0 comments on commit 9889da1

Please sign in to comment.