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
ignore layers test.
tags/v0.20
Oceania2018
5 years ago
parent
e631c1adfa
commit
0b71c969da
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.UnitTest/Keras/LayersTest.cs
+ 1
- 1
test/TensorFlowNET.UnitTest/Keras/LayersTest.cs
View File
@@ -13,7 +13,7 @@ namespace TensorFlowNET.UnitTest.Keras
/// <summary>
/// https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/keras/layers
/// </summary>
[TestClass]
[TestClass
, Ignore
]
public class LayersTest : GraphModeTestBase
{
[TestMethod]
Write
Preview
Loading…
Cancel
Save