jtorch
jtorch copied to clipboard
An OpenCL Torch Utility Library
Results
2
jtorch issues
Sort by
recently updated
recently updated
newest added
There are examples for saving a model, but none easily visible for forward passing through the model. The README suggests looking into the non-existent directory "jtorch_test" Man this repository is...
As it stands there are some problems compiling for macOS Sierra. I managed to get things working with these fixes: - Use homebrew to install clBLAS with: brew install clBLAS...