-
FISTA only helps with many sub-iterations are required. For the inexact ADMM we look for inexact solutions so we don't need to run so many sub-iterations. We could get a performance saving by turnin…
-
I cannot find documents about this scenario, so I have to file an issue to ask... I will close it soon.
-
Since we've added and are adding a number of new solvers, we probably need to develop a consistent naming approach. For example, we currently have sopt_l1_solver (Douglas-Rachford), sopt_l1_sdmm (SDM…
-
[Anaconda2] C:\Users\karl>pip install prox-tv
Collecting prox-tv
Using cached prox_tv-3.1.1.tar.gz
Complete output from command python setup.py egg_info:
running egg_info
creating pip-eg…
-
## API
It does not feel good to have the algorithms callable. I don't remember what we wanted to achieve with that. Do you remember?
We currently have the following call sequence:
```
function = So…
-
I get an error when I run the file either AN4CTCTest or AN4CTCTrain. The error details follow:
`lua AN4CTCTest.lua
lua: ...e/sherrie/torch/install/share/lua/5.1/audio/init.lua:56: [read_audio] Unkn…
-
Would it be possible to extend generalized linear models to take a `scipy.sparse.linalg.LinearOperator` as argument? I would like to reimplement Chartrand's numerical differentiation approach (_Numer…
-
I have installed optim, but it could not be found.
`lua: ./Network.lua:1: module 'optim' not found:
no field package.preload['optim']
no file '/usr/local/share/lua/5.2/optim.lua'
no file …
-
I try to install torch on ox 10.10.5. (I only update Command Line Tools for Xcode to 7.2)
I used the clang and uninstall my gcc with `brew uninstall gcc`
When I finished
```
git clone https://github…
-
running the _demo_conv_psd_gpu.lua_ or my own code I get the following error. Seems like it still uses optim.fista in line 119
`local code, h = optim.FistaLS(self.f, self.g, self.pl, self.code, self…