Skip to content

Commit 376754b

Browse files
authored
Fixed imagedata snippet (#780)
* fixed snippets * Fix snippet
1 parent 8175221 commit 376754b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine-learning/tutorials/TransferLearningTF/ImageData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ public class ImageData
1212
[LoadColumn(1)]
1313
public string Label;
1414
}
15-
// <SnippetDeclareTypes>
15+
// </SnippetDeclareTypes>
1616
}

0 commit comments

Comments
 (0)