-
At the moment we have the following setup for linear operators / functionals that are not built out of elementary operations, where `f isa AbstractQuasiVector` and `T isa AbstractQuasiMatrix`:
1. `De…
-
Hello, do you have a plan to include array-to-arrat feature in `LinearOperator`?
The current `LinearOperator` only support vector-to-vector.
This is not enough because I need to do redundant reshapi…
-
# Summary
Linear algebra operators in oneMKL lapack that return computation error (e.g. for matrix operations such as inversion (e.g. getri) that may not have a solution) return this error via an e…
-
We have: `def crossover_one_point_ind(self, sol1, sol2): # coarse only`
This makes sense because a "one-point crossover" means choosing one "split point" somewhere in a linear genome.
However, …
jmmcd updated
1 month ago
-
- [ ] GC: make sure we are able to GC everything that's GC'able in theory
- [x] GC for hopping windows #1889
- [x] GC for tumbling windows
- [ ] GC for group operators (LAG/LEAD/topk)
- […
-
-
when i use a simple net for testing
```
class simpleNet(nn.Module):
def __init__(self) -> None:
super(simpleNet,self).__init__()
self.linear_input = nn.Linear(64,100)
self.relu = n…
-
Use case: we have a lot of degrees of freedom (e.g. N=30000, for example a 3D grid 20x20x20 with 4 fields), but the linear step is diagonal by block with small blocks.
Example equation: homogeneous…
-
```julia
L = 50.0 # domain in depth cm
N = 5000 # number of grid cells, all species are defined at the center of the cells,
h = L/(N+1) # spatial steps
x = range(h, step=h, length=N)
u=0.25
D=…
-
### 请提出你的问题 Please ask your question
环境:
1)想编译最新版PaddlePaddle版本:3.0
2)CPU:Phytium,FT-2000+/64 aarch64
3)XPU:R200
4)系统环境:kylinv10
5)gcc/g++ :8.2
6)python版本:3.9
安装方式
cm…