Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 275 Bytes

torchComparison

Some models and code I use to run comparisons between torch in R and pytorch.

The models in R and python have the same number of parameters and should be exactly the same

Use runTorchInR.R to run models in R, and testPytorch.py to run the python models