Skip to content

Commit

Permalink
A_filt_sizes=>Ahat_filt_sizes in docstring (coxlab#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
crizCraig authored and bill-lotter committed May 1, 2017
1 parent b1d21a8 commit eb7ae7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prednet.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PredNet(Recurrent):
Has length of 1 - len(stack_sizes).
Ex. (3, 3) would mean that targets for layers 2 and 3 are computed by a 3x3 convolution of the errors (E)
from the layer below (followed by max-pooling)
A_filt_sizes: filter sizes for the prediction (Ahat) modules.
Ahat_filt_sizes: filter sizes for the prediction (Ahat) modules.
Has length equal to length of stack_sizes.
Ex. (3, 3, 3) would mean that the predictions for each layer are computed by a 3x3 convolution of the
representation (R) modules at each layer.
Expand Down

0 comments on commit eb7ae7e

Please sign in to comment.