Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 11, 2020
1 parent 0fc077f commit 94737bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/softmax.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ end
@test logsumexp(x) flogsoft(x, dims=:)
@test logsumexp(x; dims=1) flogsoft(x, dims=1)
@test gradient(x -> logsumexp(x), x)[1] gradient(x -> flogsoft(x, dims=:), x)[1]
end
end

0 comments on commit 94737bc

Please sign in to comment.