Skip to content

Commit

Permalink
fix argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabh7 committed Mar 15, 2014
1 parent f227a1c commit 4082c64
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -453,7 +453,7 @@
"\n",
"print \"\\nRandom Dense Encoder + Margin Loss based Decoder\"\n",
"print \"=\"*60\n",
"evaluate(ECOCStrategy(ECOCRandomDenseEncoder(), ECOCLLBDecoder()))"
"evaluate(ECOCStrategy(ECOCRandomDenseEncoder(), ECOCLLBDecoder()), 2.0)"
],
"language": "python",
"metadata": {},
Expand Down

0 comments on commit 4082c64

Please sign in to comment.