Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yusugomori committed Dec 14, 2014
1 parent 50a09be commit 9a8f85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/DBN.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func test_dbn() {
DBN_pretrain(&dbn, train_X, pretrain_lr, k, pretraining_epochs)

// finetune
DBN_finetune(&dbn, train_X, train_Y, finstune_lr, finetune_epochs)
DBN_finetune(&dbn, train_X, train_Y, finetune_lr, finetune_epochs)

// test data
test_X := [][]int {
Expand Down

0 comments on commit 9a8f85c

Please sign in to comment.