Skip to content

Commit

Permalink
Merge pull request #97 from slimgroup/add_docs
Browse files Browse the repository at this point in the history
changes to docs to avoid runner crash
  • Loading branch information
rafaelorozco authored Nov 16, 2023
2 parents af20c9e + 64217fc commit a189d52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ end
####################################################################################################
# Testing
test_size = 500
test_size = 250
X = sample_banana(test_size)
Y_ = forward(X)[1]
Y = randn(Float32, 1, 1, 2, test_size)
Expand Down Expand Up @@ -157,7 +157,7 @@ for j=1:maxiter
end
# Testing
test_size = 1000
test_size = 250
X = sample_banana(test_size)
Y = reshape(A*reshape(X, :, test_size), nx, ny, n_in, test_size)
Y += .2f0*randn(Float32, nx, ny, n_in, test_size)
Expand Down

0 comments on commit a189d52

Please sign in to comment.