File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 5
5
<AssemblyName >TensorFlow.NET</AssemblyName >
6
6
<RootNamespace >Tensorflow</RootNamespace >
7
7
<TargetTensorFlow >1.14.0</TargetTensorFlow >
8
- <Version >0.10.0-beta </Version >
8
+ <Version >0.10.0-rc </Version >
9
9
<Authors >Haiping Chen, Meinrad Recheis</Authors >
10
10
<Company >SciSharp STACK</Company >
11
11
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
@@ -24,7 +24,8 @@ Learn more about .NET AI: https://medium.com/scisharp</Description>
24
24
1. Added full connected Convolution Neural Network example.
25
25
2. Take dependency on SciSharp.TensorFlow.Redist.
26
26
3. Create Tensor from array without copying.
27
- 4. Fix path issue of Transfer Learning example on Linux.</PackageReleaseNotes >
27
+ 4. Fix path issue of Transfer Learning example on Linux.
28
+ 5. Add back gen_ops.cs.</PackageReleaseNotes >
28
29
<LangVersion >7.2</LangVersion >
29
30
<FileVersion >0.10.0.0</FileVersion >
30
31
<PackageLicenseFile >LICENSE</PackageLicenseFile >
@@ -52,10 +53,6 @@ Learn more about .NET AI: https://medium.com/scisharp</Description>
52
53
</None >
53
54
</ItemGroup >
54
55
55
- <ItemGroup >
56
- <Compile Remove =" Operations\gen_ops.cs" />
57
- </ItemGroup >
58
-
59
56
<ItemGroup >
60
57
<None Remove =" Protobuf\README.md" />
61
58
</ItemGroup >
You can’t perform that action at this time.
0 commit comments