hughperkins / cltorch

An OpenCL backend for torch.
Other
291 stars 26 forks source link

torch-activate? #57

Closed thistleknot closed 8 years ago

thistleknot commented 8 years ago

I seem to be missing torch-activate from my /bin directory

hughperkins commented 8 years ago

you mean, from ~/torch/install/bin? Its normally because youre' missing checkarg and env or similar. Anyway, the contents can be something like https://github.com/ASAPPinc/distro/blob/barebones-install/bat/torch-activate

thistleknot commented 8 years ago

I'm trying to follow the instructions listed here https://github.com/hughperkins/cltorch

and it mentions I need to have torch-activate (but I see in your distro I only use that if I have a non standard terminal)

thistleknot commented 8 years ago

nm, I see it. I guess I didn't run ./install.sh

hughperkins commented 8 years ago

Ok. To be honest, you should probably reinstall the standard distro, ie https://github.com/torch/distro.git

hughperkins commented 8 years ago

(though if cltorch works with the slimmed down distro, that would be interesting information. I made that distro for non-gpu, cpu-only training though; never tested it on any form of gpu. probably will work though. I think)