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 8a56126 commit bfd750aCopy full SHA for bfd750a
ResNetExample/.gitignore
@@ -2,4 +2,5 @@
2
**/bin/*
3
**/obj/*
4
Data/CIFAR10/*
5
-Model/*
+Model/*
6
+! Model/model_8_epoch.dat
ResNetExample/ResNetExample/CIFAR10.cs
@@ -24,7 +24,7 @@ class CIFAR10
24
private readonly static int _logInterval = 25;
25
private readonly static int _numClasses = 10;
26
27
- private readonly static string _modelCheckpoint = "..//..//..//..//Model//model.dat";
+ private readonly static string _modelCheckpoint = "..//..//..//..//Model//model_8_epoch.dat";
28
private readonly static bool _saveModel = false;
29
30
private readonly static int _timeout = 3600; // One hour by default.
0 commit comments