TorchNLPModels.jl is a NLPModels.jl interface for PyTorch models written in Python.
Install PyTorch in Python through PyCall's Conda:
ENV["PYTHON"] = ""
using Pkg
using PyCall.Conda
Pkg.build("PyCall")
Conda.add("pytorch", channel="pytorch")| Name | Name | Last commit date | ||
|---|---|---|---|---|
TorchNLPModels.jl is a NLPModels.jl interface for PyTorch models written in Python.
Install PyTorch in Python through PyCall's Conda:
ENV["PYTHON"] = ""
using Pkg
using PyCall.Conda
Pkg.build("PyCall")
Conda.add("pytorch", channel="pytorch")