Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed Apr 26, 2019
1 parent a3293f3 commit 783b011
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

(defn fine-tune-model
"msymbol: the pretrained network symbol
arg-params: the argument parameters of the pretrained model
num-classes: the number of classes for the fine-tune datasets"
num-classes: the number of classes for the fine-tune datasets
dropout: The dropout rate amount"
[msymbol {:keys [num-classes dropout]}]
(as-> msymbol data
(sym/dropout {:data data :p dropout})
Expand Down

0 comments on commit 783b011

Please sign in to comment.