-
Motivation
========
We need reductions over 3D data. The primary use case is a scalar product of floating point numbers. Implementation should be parallel and available for both GPU and CPU. Effecti…
-
* the overlap removal should be done using steepest descent
* the odd indexing
```
for i in range(1,n+1)
```
in the sampling loop needs to be changed to zero-based
* The tutorial assumes without jus…
-
In your supplementary material of Dimp, the transposed Jacobian corresponds to the back propagation of the convolutional layer over the input which is implemented in the following way:
filter_gr…
-
Dear all,
I tried to do tomography with SPECFEM3D, it occured an error when I ran the xadd_model_iso at the last step:
> At line 333 of file src/tomography/read_model.f90 (unit = 40, file = 'to…
-
I have two notebooks which do (more or less) the following:
Notebook 1:
```
job = Project('SPX').create_job('Sphinx', 'spx')
... job creation ...
job.save()
```
Notebook 2:
```
job = Proj…
-
In the matlab implementation, the lincomb function is used to calculate the descent direction, for instance `desc_dir = problem.M.lincomb(newx, -1, grad)`. but in your implementation, you simply use `…
-
## 🐛 Bug
The learning rate finder auto-suggest-LR finds the point of steepest loss descent but can be tricked by spikes early in the process. A short burn-in period at the beginning would resolve t…
-
Dear contributors to the `mouse_connectivity_models`,
I am looking for a specific information about the files located in [cortical_coordinates](https://github.com/AllenInstitute/mouse_connectivity_…
-
Hello there, a very nice and helpful programme you have made, thank you!
I'm not sure whether there is a fundamental reason behind it, but when I'm trying to produce a single ice 3 structure using …
-
When I was transitioning to focei to get time-varying covariates, I got the following error message. The reprex takes a while to run, so I'm just providing the code and the message that was a problem…