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
Examples project: execute example even if disabled if specified by name
tags/v0.9
Meinrad Recheis
6 years ago
parent
de5a3cd66b
commit
58b9956ef0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/TensorFlowNET.Examples/Program.cs
+ 1
- 1
test/TensorFlowNET.Examples/Program.cs
View File
@@ -33,7 +33,7 @@ namespace TensorFlowNET.Examples
try
{
if (example.Enabled)
if (example.Enabled
|| args.Length > 0
)
// if a specific example was specified run it, regardless of enabled value
{
sw.Restart();
bool isSuccess = example.Run();
Write
Preview
Loading…
Cancel
Save