Guoyuan An

Results 5 issues of Guoyuan An

# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ O] I am using the latest TensorFlow Model Garden release and TensorFlow 2. - [...

type:bug
models:research

In "models/base_model.py", line 235 cuda(~, async=True) --> cuda(~, non_blocking=True) because cuda( ) replaced async using non_blocking argument.

Hi, thanks for your good work. In python/utils/tasks.py, you used dataframe.as_matrix(). However, I found pandas has deprecated as_matrix() function after version 0.23.0; it results in an error now. We can...

### Describe the bug I am downloading a dataset through: from datasets import load_dataset, DatasetDict dataset = load_dataset("nyu-visionx/Cambrian-Alignment",cache_dir="~\bucket-llm-1\datasets", download_mode='force_redownload') . The error message is: Downloading data: 91%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▋ | 26.3G/28.8G [21:12

bug

I want to run the inference on TPU. But I met this error. return F.linear(input, self.weight, self.bias) RuntimeError: Cannot set version_counter for inference tensor