-
These lines of code are always run and could be ported outside the if-then-else control loop.
https://github.com/vais-ral/CCPi-FISTA_Reconstruction/blob/cb8ef11f00e897b6f5b3049126dd32baa3c50cf9/mai…
-
Is it possible to extract the gradient from train!() in some way and how do I call the loss function? I want to implement a line search for the learning rate:
```
lr=0.7, a = 0.5, g = 0.7
for i=1:i…
-
1. In the article you refer pL = argmin ( ... , that is the minimization problem. But instead of minimizing you use some sort of projection. Why did you make such a replacement?
2. In the article you…
-
Hello Xiaoxia,
I've read your paper and I'm interested in your work. I downloaded your code and tried to reproduce the result on MNIST. But I got an error in the file fista_nonnegative_l1_gpu.m, lin…
-
Hi there,
I am interested in implementing an algorithm or a feature in mlpack which hasn't been implemented yet. It would be great if you could suggest any :smile:
-
[//]: # (****************************************************************)
[//]: # (** NIE USUWAJ TEGO SZABLONU, ALBO TWÓJ STYL ZOSTANIE USUNIĘTY **)
[//]: # (***************************************…
-
I am just now running through the notebook examples. In `Losses.md`, I get this error:
```
------------------
problem = rr.simple_problem(quadratic, hinge_loss)
solver = rr.FISTA(problem)
vals = sol…
-
Although we have much more powerful solvers, having [plain FISTA](http://epubs.siam.org/doi/pdf/10.1137/080716542) would be good anyway, since it can sometimes be useful as building block in a larger …
-
i have installed cuda 9.0.
I am new to torch. while installing i got this following error log:
Please help me install torch.
Prefix set to /home/anant/torch/install
Installing Lua version: LUAJ…
-
@HazenBabcock
`lapack` package is available for Windows in conda forge but not `fftw` at the moment.
Beside that there is an issue compiling extensions under Windows :
Using MSVC 2015 :
…
hadim updated
7 years ago