-
## 🐛 Bug
I could not get my training work in reproducible way when albumentations added to the data pipeline. I followed this thread https://github.com/albumentations-team/albumentations/issues/93 …
-
```
* Cinnamon version (cinnamon --version)
Cinnamon 4.8.5
* Distribution - (Mint 17.2, Arch, Fedora 25, etc...)
Mint 20.1
* Graphics hardware *and* driver used
RTX3070 - nvidia-driver-460
…
-
I need to zero pad outputs of multiple CNN layers in order to concatenate them together as input to another layer.
A simple way to demonstrate this is:
```
x = Input(shape=(256, 256, 3))
x = …
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
-
## Env
- GPU **RTX3070 (CC 8.6) and Quadro K620 (CC 5.0)**
- OS **Win 10 Pro 20H2**
- Visual Studio 2017 v15.9.31
- Cuda version **cuda_11.1.1_456.81_win10.exe**
- CUDNN version **cudnn…
-
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues,…
-
Hi
With the dev branch, I have created a trace for parboil/sgemm on 3080 and everything looks fine. However, the following simulator command fails with a segmentation fault.
```
$ ./gpu-simulator…
-
Hello,
I'm trying to run NanoPreprocess with guppy as the basecaller on our cluster system. I've installed the GPU guppy binaries in the correct place, but when I run the pipeline I get this error:…
-
```
2021-09-05 11:47:16.558264: I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not set
2021-09-05 11:47:16.558398: I tensorflow/stream_executor/p…
-
After creating a trace for a workload, I see this assertion error in shader.cc:
```
assert(
localaddr % 4 ==
0); // Address must be 4B aligned - required if accessing 4B per
…