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
julia> using Pkg; Pkg.clone("https://github.com/avik-pal/FastStyleTransfer.jl")
seems OK but occurs error message the below after using FastStyleTransfer
julia> using FastStyleTransfer
[ Info: Precompiling FastStyleTransfer [ff70ec99-cc3d-52c9-809f-ecb142a82ec2]
ERROR: LoadError: ArgumentError: Package FastStyleTransfer does not have NNlib in its dependencies:
- If you have FastStyleTransfer checked out for development and have
added NNlib as a dependency but haven't updated your primary environment's manifest file, try `Pkg.resolve()`.- Otherwise you may need to report an issue with FastStyleTransferStacktrace: [1] require(::Module, ::Symbol) at ./loading.jl:833 [2] include at ./boot.jl:317 [inlined] [3] include_relative(::Module, ::String) at ./loading.jl:1041 [4] include(::Module, ::String) at ./sysimg.jl:29 [5] top-level scope at none:2 [6] eval at ./boot.jl:319 [inlined] [7] eval(::Expr) at ./client.jl:389 [8] top-level scope at ./none:3in expression starting at /home/terasaki/.julia/dev/FastStyleTransfer/src/FastStyleTransfer.jl:5ERROR: Failed to precompile FastStyleTransfer [ff70ec99-cc3d-52c9-809f-ecb142a82ec2] to /home/terasaki/.julia/compiled/v1.0/FastStyleTransfer/I6kaR.ji.Stacktrace: [1] error(::String) at ./error.jl:33 [2] macro expansion at ./logging.jl:313 [inlined] [3] compilecache(::Base.PkgId, ::String) at ./loading.jl:1187 [4] _require(::Base.PkgId) at ./logging.jl:311 [5] require(::Base.PkgId) at ./loading.jl:855 [6] macro expansion at ./logging.jl:311 [inlined] [7] require(::Module, ::Symbol) at ./loading.jl:837
I had written this in julia 0.6 . This will require some minor modifications atleast for the Flux layers code to make it julia 1.0 compatible. Also the custom layers are not compatible with the Flux master, which u are on.
I tried to run your Pkg .
seems OK but occurs error message the below after
using FastStyleTransfer
My PC Environment is
Which Julia version does this repository run ?
The text was updated successfully, but these errors were encountered: