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
Merge branch 'master' of
https://github.com/SciSharp/TensorFlow.NET
tags/v0.12
Oceania2018
6 years ago
parent
5e43f4dcab
55e9baa4c5
commit
8546b8d8ff
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TensorFlowHub/TensorFlowHub.csproj
+1
-1
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
+ 1
- 1
src/TensorFlowHub/TensorFlowHub.csproj
View File
@@ -17,6 +17,6 @@
<PackageIconUrl>https://avatars3.githubusercontent.com/u/44989469?s=200&v=4</PackageIconUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NumSharp" Version="0.20.0
-alpha1
" />
<PackageReference Include="NumSharp" Version="0.20.0" />
</ItemGroup>
</Project>
+ 1
- 1
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
View File
@@ -52,7 +52,7 @@ Docs: https://tensorflownet.readthedocs.io</Description>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.5.1" />
<PackageReference Include="NumSharp" Version="0.20.0
-alpha1
" />
<PackageReference Include="NumSharp" Version="0.20.0" />
</ItemGroup>
<ItemGroup>
Write
Preview
Loading…
Cancel
Save