compression icon indicating copy to clipboard operation
compression copied to clipboard

Data compression in TensorFlow

Results 12 compression issues
Sort by recently updated
recently updated
newest added

Hello Dr. Balle, Please check the Colab codes. Can you change the codes and other necessary Tensorflow Compression codes (such as hyperprior models) to fully support Tensorflow 2? New NVIDIA...

The GPU that I use to run your code is A100 which is not compatible with CUDA 10. Every time I get the cublass failed routine due to which I...

Changed deprecated TF1 calls to their respective TF2 counterparts

HI, I'm having trouble running tensorflow-compression on the COLAB GPUs (which are the only GPUs I have access to). I have the same problem when I run the tensorflow-compression demo...

**Describe the bug** I am using tensorflow and tensorflow-compression to train a new model in keras. However, when the code runs to `model.fit`, the following error occurs: ``` Epoch 1/100...

可以在安卓上面实现吗

**Is your feature request related to a problem? Please describe.** During the installation of tensorflow-federated with pip on a MBP with apple silicon ```console python3 -m pip install tensorflow-macos==2.9.2 tensorflow-metal==0.6.0...

Currently, I am engaged in a project that utilizes federated learning. Although I have the capability to utilize the most recent TensorFlow with GPU support, I am unable to run...

I'm creating a model to decompress my image in TF using `Conv2DTranspose` and `GDN` layer. My architecture looks like this: ``` import os import tensorflow as tf from tensorflow_compression import...

### Discussed in https://github.com/tensorflow/compression/discussions/168 Originally posted by **ganeshShindeQ** December 21, 2022 I tried to follow steps I am using t2a machine with debian and used following steps to build tensorflow_compression...