Is this related to lua's Torch at all? http://torch.ch/
PyTorch – Tensors and Dynamic neural networks in Python
11–20 of 91 posts
Re: PyTorch – Tensors and Dynamic neural networks in Python
#12Re: PyTorch – Tensors and Dynamic neural networks in Python
#13I am confused with the license file. What does it mean? Some rights reserved and copyright... Doesnt look like a real open source project.
Re: PyTorch – Tensors and Dynamic neural networks in Python
#14I am confused with the license file. What does it mean? Some rights reserved and copyright... Doesnt look like a real open source project.
[1] http://opensource.stackexchange.com/questions/2121/mit-licen...
Re: PyTorch – Tensors and Dynamic neural networks in Python
#15This project aside, I'm in love with that setup UI on the homepage telling you exactly how to get started given your current setup.
Re: PyTorch – Tensors and Dynamic neural networks in Python
#16I am wondering if CUDA is mandatory for torch installation ? I use a Macbook air which doesn't have graphics card, so not sure if torch can be installed and used on my machine.
Re: PyTorch – Tensors and Dynamic neural networks in Python
#17Re: PyTorch – Tensors and Dynamic neural networks in Python
#18I am confused with the license file. What does it mean? Some rights reserved and copyright... Doesnt look like a real open source project.
It is a standard 3-clause BSD license. The "All rights reserved" portion definitely adds ambiguity (and only exists in the BSD license out of all major OSS licenses). There is StackExchange answer that goes into the history of it[1]. [1] http://opensource.stackexchange.com/questions/2121/mit-licen...
Re: PyTorch – Tensors and Dynamic neural networks in Python
#19Re: PyTorch – Tensors and Dynamic neural networks in Python
#20I've never fiddled with machine learning thing so don't know anything about it. I am wondering if CUDA is mandatory for torch installation ? I use a Macbook air which doesn't have graphics card, so not sure if torch can be installed and used on my machine.