-
**Project Description:** Fair data reweighting is a simple and effective pre-processing to ensure model fairness. The goal of this project is to design and develop an open source implementation of fai…
-
Error when try to run in google colabs
I tried to run in Google Colab using T4 GPU but getting error
```
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packag…
-
```
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
[](https://localhost:8080/#) in
44…
-
IPad Pro 2020, Apple magic keyboard (hardware).
Command C or V doesn’t work for cut paste with either Chrome or Safari
-
I can not read my files on drive. It's sometimes working but mostly giving OSError.
```
OSError: Can't read data (file read failed: time = Mon May 20 00:34:07 2019
, filename = '/content/drive/My…
-
**Describe the current behavior**
The title says everything, I train SDXL models, last night I put my datasets (latents and caption files) in Google Drive, today I train it and the Google Drive …
-
In the published paper on FunSearch, there is a mention of using pre-trained large language models (LLMs) like Codey (based on the PaLM2 model family) and a reference to StarCoder, an open-source LLM,…
-
### 1. System information
On Google colabs
### 2. Code
`import tensorflow as tf
converter = tf.lite.TFLiteConverter.from_keras_model(model)
tflite_model = converter.convert()
with open(…
-
I cannot get the Colabs to run on https://colab.research.google.com.
I had to replace
```
!pip install https://github.com/deepmind/gemma
```
with
```
!pip install "git+https://github.…
-
Could you please upload the pretrained weights for the PyTorch version of online Tapir/BootsTapir, if available? or could you recommend how we can utilize the PyTorch implementation of Tapir/BootsTapi…