You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the following error while running train.sh. Would you have any ideas what I might have gotten wrong? I realize this project is likely wayyy past its support lifetime, so it's understandable if it's not worth debugging : ). I'm trying to compare Adagram Vs Word2Vec for synonym for my grad NLP final project but without it I'll skip on Adagram.
ERROR: LoadError: MethodError: no method matching Array{T,N}(::Base.#RemoteRef, ::Int64)
Closest candidates are:
Array{T,N}{T}(!Matched::Type{T}, ::Int64) at boot.jl:330
Array{T,N}{T}(!Matched::Type{T}, ::Int64, !Matched::Int64) at boot.jl:331
Array{T,N}{T}(!Matched::Type{T}, ::Int64, !Matched::Int64, !Matched::Int64) at boot.jl:332
...
in #inplace_train_vectors!#18(::Int64, ::Float64, ::Void, ::Float64, ::Bool, :: Int64, ::Float64, ::Float64, ::AdaGram.#inplace_train_vectors!, ::AdaGram.Vector Model, ::AdaGram.Dictionary, ::String, ::Int64) at /h/user/.julia/v0.5/AdaGr am/src/gradient.jl:152
in (::AdaGram.#kw##inplace_train_vectors!)(::Array{Any,1}, ::AdaGram.#inplace_t rain_vectors!, ::AdaGram.VectorModel, ::AdaGram.Dictionary, ::String, ::Int64) a t ./:0
in include_from_node1(::String) at ./loading.jl:488
in process_options(::Base.JLOptions) at ./client.jl:262
in _start() at ./client.jl:318
while loading /h/user/julia/train.jl, in expression starting on line 105
My knowledge of Julia is very limited, so I am unable to do much debugging. Could this be related to the fact that I'm running Julia directly without having installed it to the system? (
The text was updated successfully, but these errors were encountered:
Hello,
I ran into the following error while running train.sh. Would you have any ideas what I might have gotten wrong? I realize this project is likely wayyy past its support lifetime, so it's understandable if it's not worth debugging : ). I'm trying to compare Adagram Vs Word2Vec for synonym for my grad NLP final project but without it I'll skip on Adagram.
My knowledge of Julia is very limited, so I am unable to do much debugging. Could this be related to the fact that I'm running Julia directly without having installed it to the system? (
The text was updated successfully, but these errors were encountered: