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

Float32 and Float64 arrays concatenation problem #175

Closed
kirnap opened this issue Oct 19, 2017 · 2 comments
Closed

Float32 and Float64 arrays concatenation problem #175

kirnap opened this issue Oct 19, 2017 · 2 comments
Labels

Comments

@kirnap
Copy link
Collaborator

kirnap commented Oct 19, 2017

Following line results with StackOverFlow error in KnetArray, however julia arrays are casted to Float64

julia> using Knet
julia> vcat(KnetArray(zeros(45,1)), KnetArray((zeros(Float32, 1,1))))
@denizyuret
Copy link
Owner

Fixed in latest master, please test.

@denizyuret denizyuret added the bug label Oct 19, 2017
@kirnap
Copy link
Collaborator Author

kirnap commented Oct 19, 2017

Tested.

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

No branches or pull requests

2 participants