-
Hi all, I tried to install torch7 on Tesla V100, but met some problems. For some reasons, I have to use CUDA8.0(although for Volta architecture, it's better to use CUDA9.0).
```bash
Building on 32…
-
```
[guest@base]: ~/Projects/torch7>$ sudo make
[sudo] password for guest:
[ 53%] Built target TH
[ 58%] Built target luaT
[ 61%] Generating random.c
make[2]: execvp: /home/guest/Projects/torch…
-
AMD has just released their port for Torch7 to AMD GPUs, to be found [here](https://github.com/ROCmSoftwarePlatform/cutorch_hip).
Please merge that code, so Torch7 works on both NVidia and AMD hardwa…
-
Is this the official torch9 repo? If so, what's the roadmap for release and expected improvements over torch7?
-
Hello,
Can someone give me more info about:
> NOTE: Torch is not actively developed anymore and is in maintenance mode.
Does this mean I should use other deep learning libraries?
I found t…
-
Time to take these benchmarks forward to a more meaningful metric (it's taken so long, but it's after all a side project for fun).
I've added benchmarks for the following networks:
VGG Model A (2nd p…
-
I tried to run the main.lua using the command "DATA_ROOT=celebA dataset=folder th main.lua", but encountered the errors as follows
> {
> ntrain : inf
> beta1 : 0.5
> name : "experiment1"
> ni…
-
![image](https://user-images.githubusercontent.com/6115139/27893866-100b97b2-623b-11e7-9889-8cb3e6f3a68f.png)
how to solve it and build torch7 successfuly?
_Originally posted by @huangshizhi in h…
-
- [ ] https://github.com/Russell91/apollo
- [ ] https://github.com/torch/torch7
- [ ] https://github.com/Lasagne/Lasagne (v0.1)
- [ ] https://github.com/fchollet/keras
- [ ] https://github.com/Andy-P/…
-
I have built Torch7 with LUA 5.2 and installed tds using luarocks.
Whenver I import the "tds' package with the command
require 'tds'
It gives me a segmentation fault.
Can anybody please help me …