Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Revert "fix finetune"
Browse files Browse the repository at this point in the history
This reverts commit 01a3c74.
  • Loading branch information
winstywang committed May 15, 2015
1 parent 0b33b86 commit ed0573d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion example/MNIST/MNIST_CONV.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ batch_size = 100

## global parameters
dev = gpu
save_model = 1
save_model = 15
max_round = 15
num_round = 15
train_eval = 1
Expand Down
1 change: 0 additions & 1 deletion src/cxxnet_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@ class CXXNetLearnTask {
CHECK(fi->Read(&net_type, sizeof(int)) != 0) << " invalid model file";
net_trainer = this->CreateNet();
net_trainer->CopyModelFrom(*fi);
start_counter = 1;
delete fi;
}
private:
Expand Down

0 comments on commit ed0573d

Please sign in to comment.