-
It outputs 3 lines then exits, no error message. Script found in /home/bhaddow/experiments/wmt17/backtrans/bench/translate-gpu.sh
Configuration (tried changing thread and batch settings)
# Paths a…
-
HI:
Using the shared function to make sure that the input dataset stored on the graphics device will double the training speed. Can downhill support this feature?
-
rockt updated
9 years ago
-
I'm porting some cunn code over to clnn and stumbled over the following error:
```
/Users/brunoro/dev/torch/install/bin/luajit: ...dev/torch/install/share/lua/5.1/nn/SpatialMaxPooling.lua:41: Not imp…
-
Hi All,
Mike asked me to point out what needs to be done for the clover program to work correctly on GPUs. -- Basically, what are the pieces that our 'outside of QDP++' that QDP-JIT cannot handle.
…
bjoo updated
10 years ago
-
We have discussed the need for more types above `Array`, e.g. in #750. Candidates include `DenseArray`, `UniformDenseArray`, `ContiguousArray`, `UniformAccessArray`, etc.
-
Make a catalog for crystals similar to graphs/codes/etc. and remove things like `CrystalOf*` and `InfinityCrystalOf*` from the global namespace in an effort to clean it up.
Depends on #14275
Depend…
-
I was trying to figure out how to invert a matrix in a 0.2.0 installation of julia, and I found out that 1/x gives me a different inverse than inv(x).
Here is my output
```
julia> x = rand(3, 3)
3x…
-
Before
```
sage: QQ['q,t'].coerce_map_from(int)
sage:
```
After
```
Composite map:
From: Set of Python objects of type 'int'
To: Multivariate Polynomial Ring in q, t over Rational Field
D…