alex3s
alex3s
Check the /android/data/ folder and search for trekarta or maptrek. The biggest file is the the map file. You can copy it to another device, just make sure that the...
Hey Hugh, cltorch is a great piece of software, but does this lack mean that any standard deviation calculation on torch.ClTensor will fail? I currently have the same problem, when...
I did, then this appeared: ``` libthclnn_searchpath /home/alex/torch-cl/install/lib/lua/5.1/libTHCLNN.so Using Intel , OpenCL platform: Intel Gen OCL Driver Using OpenCL device: Intel(R) HD Graphics IvyBridge M GT2 inputs : ClTensor -...
Thank you. Switching to traininputs:double() nnoutputs:double() in a few places helped indeed. I'm testing the performance now if better than cpu only.