We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. Thanks for that very useful package.
On my setup (jula 0.4.0-dev+4450) sample_seq() returns an error when called without the ord parameter.
sample_seq()
sample_seq(x', z) ERROR: MethodError: `convert` has no method matching convert(::Type{SGDOptim.GenericSampleSeq{XS,YS,Ord}}, ::Array{Float64,2}, ::Array{Float64,1}, ::UnitRange{Int64})
may be because GenericSampleSeq is called without the type parameters {typeof(X), typeof(Y), typeof(ord)} before it ? (in src/stream line 48)
The text was updated successfully, but these errors were encountered:
Thanks, I will look into this soon.
Sorry, something went wrong.
Should this issue be closed?
No branches or pull requests
Hi. Thanks for that very useful package.
On my setup (jula 0.4.0-dev+4450)
sample_seq()
returns an error when called without the ord parameter.may be because GenericSampleSeq is called without the type parameters {typeof(X), typeof(Y), typeof(ord)} before it ? (in src/stream line 48)
The text was updated successfully, but these errors were encountered: