This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Keras Commit
tags/v0.9
Arnav Das
6 years ago
parent
a406dc21b7
commit
206db69420
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
test/KerasNET.Example/Keras.Example.csproj
+6
-0
test/KerasNET.Test/Keras.UnitTest.csproj
+ 1
- 0
test/KerasNET.Example/Keras.Example.csproj
View File
@@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<StartupObject>Keras.Example.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
+ 6
- 0
test/KerasNET.Test/Keras.UnitTest.csproj
View File
@@ -8,6 +8,12 @@
<AssemblyName>Keras.UnitTest</AssemblyName>
<RootNamespace>Keras.UnitTest</RootNamespace>
<ApplicationIcon />
<OutputType>Exe</OutputType>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Write
Preview
Loading…
Cancel
Save