Skip to content

Commit bfd750a

Browse files
author
Jialei Chen
committed
add a pre-trained model
1 parent 8a56126 commit bfd750a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ResNetExample/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
**/bin/*
33
**/obj/*
44
Data/CIFAR10/*
5-
Model/*
5+
Model/*
6+
! Model/model_8_epoch.dat

ResNetExample/ResNetExample/CIFAR10.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CIFAR10
2424
private readonly static int _logInterval = 25;
2525
private readonly static int _numClasses = 10;
2626

27-
private readonly static string _modelCheckpoint = "..//..//..//..//Model//model.dat";
27+
private readonly static string _modelCheckpoint = "..//..//..//..//Model//model_8_epoch.dat";
2828
private readonly static bool _saveModel = false;
2929

3030
private readonly static int _timeout = 3600; // One hour by default.

0 commit comments

Comments
 (0)