Browse Source

Keras Commit

tags/v0.9
Arnav Das 6 years ago
parent
commit
e8623bd3d0
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      test/KerasNET.Example/Keras.Example.csproj
  2. +1
    -1
      test/KerasNET.Example/packages.config

+ 2
- 2
test/KerasNET.Example/Keras.Example.csproj View File

@@ -40,8 +40,8 @@
<Reference Include="Google.Protobuf, Version=3.7.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Protobuf.3.7.0\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="NumSharp.Core, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NumSharp.0.10.0\lib\netstandard2.0\NumSharp.Core.dll</HintPath>
<Reference Include="NumSharp.Core, Version=0.10.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\NumSharp.0.10.1\lib\netstandard2.0\NumSharp.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">


+ 1
- 1
test/KerasNET.Example/packages.config View File

@@ -2,7 +2,7 @@
<packages>
<package id="ArrayFire" version="0.0.2" targetFramework="net472" />
<package id="Google.Protobuf" version="3.7.0" targetFramework="net472" />
<package id="NumSharp" version="0.10.0" targetFramework="net472" />
<package id="NumSharp" version="0.10.1" targetFramework="net472" />
<package id="System.Buffers" version="4.4.0" targetFramework="net472" />
<package id="System.Memory" version="4.5.2" targetFramework="net472" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />


Loading…
Cancel
Save