-
I was looking at the modules and wasn't exactly clear on which flows are suitable for which purposes. I've tried most of them by now, but for example the NSF_CL and OneByOneConv do not work for 1-dime…
-
I am working on 3D image segmentation with a convolutional neural network in Keras 2.1.1 with tensorflow as backend and I am having problems with the fit_generator function. The problem is that althou…
-
BPO | [37834](https://bugs.python.org/issue37834)
--- | :---
Nosy | @pfmoore, @tjguk, @ned-deily, @ambv, @zware, @eryksun, @zooba, @miss-islington
PRs | python/cpython#15231python/cpython#15370python/…
zooba updated
2 years ago
-
I am trying to install DALI using **pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda100** on Jetson Xavior NX. But getting the following error :
…
-
I defined my normalizing flow like this:
````
def subnet_fc(c_in, c_out):
return nn.Sequential(nn.Linear(c_in, 32), nn.ReLU(),
nn.Linear(32, c_out))
cond_t = Ff…
-
## Type of report
Bug
## Provide detailed reproduction steps (if any)
1. Open https://ckeditor.com/latest/samples
1. Select some text.
1. Open colordialog and add `hsla(150,50%,52%,0.2)…
-
Hello, I am now re-implementing the LA-MCTS according to the paper. My question is:
I use the labels predicted by SVM to decide which nodes of the parent should go to the good kid or bad kid. However…
-
# 🐛 bug report
I am getting an error with parcel nightly whenever I `parcel build`. Doing `parcel serve --no-hmr` works without error.
## 🎛 Configuration (.babelrc, package.json, cli comma…
-
I'm running into issues when trying out the following GPU example: https://diffeqflux.sciml.ai/dev/GPUs/.
At the line
```
# Make the data into a GPU-based array if the user has a GPU
ode_dat…
-
If you are logged in, the "export all" functionality here:
https://go.ifrc.org/reports/all
Does not complete as expected.
However it works smoothly, once you are not logged in.