Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DON'T MERGE] Test Tracker.jacobian on GPU #782

Closed
wants to merge 6 commits into from

Conversation

tkf
Copy link

@tkf tkf commented May 30, 2019

Test that Tracker.jacobian works on GPU FluxML/Tracker.jl#33.

I modified Manifest.toml in 221ab4c so that it points to the branch for FluxML/Tracker.jl#33 (using add Tracker#remotes/cache/pull/33/head). This commit should be reverted once the new Tracker is released.

@tkf
Copy link
Author

tkf commented May 30, 2019

Can someone trigger the GitLab CI? Is it bors try?

@DhairyaLGandhi
Copy link
Member

bors try

bors bot added a commit that referenced this pull request May 30, 2019
@bors
Copy link
Contributor

bors bot commented May 30, 2019

try

Build failed

@DhairyaLGandhi
Copy link
Member

bors try

bors bot added a commit that referenced this pull request May 30, 2019
`jacobian(softmax, ...)` didn't work because NNlib.jl defines the
derivative by `∇softmax(Δ, xs) = ∇softmax!(similar(Δ), Δ, xs)` where
`Δ` passed from `jacobian` was an array of bool.  This is fixed in
`jacobian` by creating float array.
@bors
Copy link
Contributor

bors bot commented May 30, 2019

try

Build failed

@tkf
Copy link
Author

tkf commented Aug 27, 2019

see FluxML/Tracker.jl#44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants