Skip to content

exanauts/TorchNLPModels.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TorchModels.jl

TorchNLPModels.jl is a NLPModels.jl interface for PyTorch models written in Python.

Installation

Install PyTorch in Python through PyCall's Conda:

ENV["PYTHON"] = ""
using Pkg
using PyCall.Conda
Pkg.build("PyCall")
Conda.add("pytorch", channel="pytorch")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages