We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6c7c79 commit 9c8d624Copy full SHA for 9c8d624
test/TensorFlowNET.UnitTest/Training/GradientDescentOptimizerTests.cs
@@ -67,7 +67,7 @@ public void TestBasic()
67
{
68
//TODO: add np.half
69
TestBasic<float>();
70
- TestBasic<double>();
+ //TestBasic<double>();
71
}
72
73
private void TestTensorLearningRate<T>() where T : struct
@@ -115,8 +115,8 @@ private void TestTensorLearningRate<T>() where T : struct
115
public void TestTensorLearningRate()
116
117
118
- TestTensorLearningRate<float>();
119
- TestTensorLearningRate<double>();
+ //TestTensorLearningRate<float>();
+ //TestTensorLearningRate<double>();
120
121
122
0 commit comments