Skip to content

Commit

Permalink
v4.00
Browse files Browse the repository at this point in the history
  • Loading branch information
riejohnson authored Jul 22, 2017
1 parent 5910739 commit 2774edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dpcnn-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dpcnn_training () {

#--- Optional parameters. Copy to local variables and set default values if missing.
# do_save
local _tmp=$tmp; if [ "$_tmb" = "" ]; then _tmb=500; fi
local _tmb=$tmb; if [ "$_tmb" = "" ]; then _tmb=500; fi
local _epo=$epochs; if [ "$_epo" = "" ]; then _epo=150; fi
local _lam=$lam; if [ "$_lam" = "" ]; then _lam=1e-4; fi
local _tlam=$toplam; if [ "$_tlam" = "" ]; then _tlam=1e-4; fi
Expand Down

0 comments on commit 2774edb

Please sign in to comment.