This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
scisharp
/
TensorFlow.NET
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
21
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove unused dependency
tags/v0.70.2-NET6
glopesdev
Haiping
3 years ago
parent
668af61285
commit
56b4b18982
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/TensorFlowNET.Core/Tensorflow.Binding.csproj
+0
-1
test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs
+ 0
- 1
src/TensorFlowNET.Core/Tensorflow.Binding.csproj
View File
@@ -92,7 +92,6 @@ https://tensorflownet.readthedocs.io</Description>
<ItemGroup>
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.144" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Protobuf.Text" Version="0.5.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" />
</ItemGroup>
+ 0
- 1
test/TensorFlowNET.Keras.UnitTest/PreprocessingTests.cs
View File
@@ -7,7 +7,6 @@ using Tensorflow.NumPy;
using static Tensorflow.KerasApi;
using Tensorflow;
using Tensorflow.Keras.Datasets;
using Microsoft.Extensions.DependencyInjection;
namespace TensorFlowNET.Keras.UnitTest
{
Write
Preview
Loading…
Cancel
Save