-
Hi,
I use the profiler with Tensorflow 2 and a NVIDIA Quadrio RTX 6000 GPU and when I inspect the memory usage with my model, I get some operations in the memory breakdown table in the memory profi…
-
Hi!
I would like to propose an extension of this crate with implementation of [Convolution of probability distributions](https://en.wikipedia.org/wiki/Convolution_of_probability_distributions) for …
-
There is `tf.contrib.training.HParams` in `hparams.py`
```
+ python train.py --output_directory=/data/ --log_directory=log
Traceback (most recent call last):
File "train.py", line 278, in
…
-
### 📚 The doc issue
Currently, the documentation for DeepLabV3 (segmentation) doesn't state both the minimum input size[^1] and the output stride of the backbone network, as configured by the origi…
-
I'm using
Python 3.5.3
TensorFlow 2.1.0
Debian 9.11
TPU Type v2-8
Steps to reproduce:
```
import tensorflow as tf
from tensorflow.keras.layers import *
from tensorflow.keras.models import…
-
## ❓ Questions and Help
@dlibenzi Wondering if you could advise on this.
Assuming left_off and right_off (
-
### Purpose
This project exists to minimize our reliance on compile time parameterization in MIOpen's source kernels. The goal isn't to sacrifice performance, but rather determine a ways of reducing …
-
This issue is to maintain a list of some algorithms that seem particularly useful to implement. Currently up on the docket are:
- [x] [Deep High-Resolution Representation Learning for Human Pose Es…
-
The `Convert1x1FilterConvToMatmul` pass currently fails when there is a non-unit batch N dimension. In such cases, the transformation is still possible, and the N dimension should be folded into the M…
-
### Description
When I use jax.pmap to execute a network containing convolutions, an error is reported:
```python
model = nn.Conv(64, (3,))
# model = nn.Dense(64)
key1, key2 = jrd.split(jrd…