File tree 4 files changed +9
-8
lines changed
4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.AspNetCore.SpaProxy" Version =" 6.0.0 " />
18
- <PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 4.6.4 " >
17
+ <PackageReference Include =" Microsoft.AspNetCore.SpaProxy" Version =" 6.0.5 " />
18
+ <PackageReference Include =" Microsoft.TypeScript.MSBuild" Version =" 4.7.2 " >
19
19
<PrivateAssets >all</PrivateAssets >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
</PackageReference >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4 " />
10
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.2.0 " />
11
11
<PackageReference Include =" xunit" Version =" 2.4.1" />
12
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3 " >
12
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5 " >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
14
<PrivateAssets >all</PrivateAssets >
15
15
</PackageReference >
16
- <PackageReference Include =" coverlet.collector" Version =" 3.0 .2" >
16
+ <PackageReference Include =" coverlet.collector" Version =" 3.1 .2" >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
<PrivateAssets >all</PrivateAssets >
19
19
</PackageReference >
Original file line number Diff line number Diff line change 11
11
</ItemGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" Microsoft.ML" Version =" 1.6.0 " />
15
- <PackageReference Include =" Microsoft.ML.ImageAnalytics" Version =" 1.6.0 " />
16
- <PackageReference Include =" Microsoft.ML.Vision" Version =" 1.6.0 " />
14
+ <PackageReference Include =" Microsoft.ML" Version =" 1.7.1 " />
15
+ <PackageReference Include =" Microsoft.ML.ImageAnalytics" Version =" 1.7.1 " />
16
+ <PackageReference Include =" Microsoft.ML.Vision" Version =" 1.7.1 " />
17
17
<PackageReference Include =" SciSharp.TensorFlow.Redist-Windows-GPU" Version =" 2.3.1" />
18
18
</ItemGroup >
19
19
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ static void Main(string[] args)
17
17
var assetsPath = @"E:\NsfwSpy\Images" ;
18
18
19
19
var mlContext = new MLContext ( ) ;
20
+ mlContext . Log += ( object sender , LoggingEventArgs e ) => Console . WriteLine ( e . Message ) ;
20
21
21
22
var images = LoadImagesFromDirectory ( assetsPath ) ;
22
23
var imageData = mlContext . Data . LoadFromEnumerable ( images ) ;
You can’t perform that action at this time.
0 commit comments