-
I am using Keras 2.3.0 and tensorflow 1.14
I initialize the dense model like this
```
enc_nf = [16, 32, 32, 32]
dec_nf = [32, 32, 32, 32, 32, 16, 16]
model = vxm.networks.VxmDense(
insha…
-
MCVE: https://colab.research.google.com/drive/1KNlfPiZECPcCestEh3gzpDrB9mvbbN2H?usp=sharing
In the above example, after indexing a 3d dask array with a 1d dask array via `da.compress()`, I would li…
-
The axe rules don't have the best IDs. We've more than a bit inconsistent about them. Some describe what should happen (for example "frame-title-unique"), others describe what shouldn't happen ("empty…
-
Sometimes I would like to "intercept" a calculation and save some intermediate results in addition to calculate the gradient of the final value. Unfortunately, this does not work:
```
julia> using Z…
-
CKEditor is a very common WYSIWYG editor. It's built into Drupal 8 by default. Accessible content could be more easily create in sites if there was an easy way to assist authors to identify problems.…
-
#### Description
When trying to run the [BlobDetector example](https://spacetx-starfish.readthedocs.io/en/latest/gallery/how_to/blob_detector.html#howto-blobdetector), I receive a "ValueError: Data…
iimog updated
7 months ago
-
Based on the update history of this project, I am assuming the code is supposed to function on windows 7. I was not able to get it to work. When I put the xml file and exe into the same folder and run…
-
**Do you want to request a *feature* or report a *bug*?**
Bug/incompatibility with npm. Possibly related to #630.
**What is the current behavior?**
```sh
➜ ~ sudo yarn global add lighth…
dandv updated
7 years ago
-
**Describe the bug**
`hist` doesn't process negative indexing on axes.
**Steps to reproduce**
```
import hist
import numpy as np
h1 = hist.new.Reg(10, 0, 10).Weight().fill(np.random.norm…
-
## What I did
We currently have a "skip to main content" link at the top of our page but theoretically it requires the main content to be focusable by adding `tabindex="-1"` to the target of the skip…