Skip to content

Commit

Permalink
further readme tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jun 15, 2021
1 parent 13c52a3 commit 7b2a5c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,9 @@ following conditions:
- `chain(x)` must make sense:
- for any `x <: Vector{<:AbstractFloat}` of length `n_in` (for use
with one of the first three model types); or
- for any `x <: Array{<:AbstractFloat, 2}` of size `(n_in,
batch_size)` where `batch_size` is any integer (for use with one
of the first three model types); or
- for any `x <: Array{<:Float32, 4}` of size `(W, H, n_channels,
batch_size)`, where `(W, H) = n_in`, `n_channels` is 1 or 3, and
Expand Down

0 comments on commit 7b2a5c8

Please sign in to comment.