Antreas Antoniou

Results 8 issues of Antreas Antoniou

I am getting this error when I ran the specified command: ``` python -m meta_dataset.dataset_conversion.convert_datasets_to_records --dataset=aircraft --aircraft_data_root=$DATASRC/fgvc-aircraft-2013b --splits_root=$SPLITS --records_root=$RECORDS I0422 17:38:55.954329 140686909982528 convert_datasets_to_records.py:151] Creating FGVC-Aircraft Benchmark specification and records in...

## 🐛🐛 Bug Report I was trying to increase the performance of the dataloader by giving it more cache both in memory and disk, and somehow it backfired, as I...

bug

## 🚨🚨 Feature Request - [ ] Related to an existing [Issue](../issues) - [x ] A new implementation (Improvement, Extension) ### Is your feature request related to a problem? I...

enhancement

/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET **Short description** I am trying to use the WIT dataset and upon using the download=True flag the program seems to hang...

bug

### System Info ```Shell - `Accelerate` version: 0.19.0 - Platform: Linux-5.4.0-148-generic-x86_64-with-glibc2.35 - Python version: 3.10.11 - Numpy version: 1.24.3 - PyTorch version (GPU?): 2.0.1 (True) - System RAM: 448.57 GB...

### Describe the bug Once I have locally built a large dataset that I want to push to hub, I use the recommended approach of .push_to_hub to get the dataset...

bug

Thanks for your awesome contribution. I was wondering whether I can use this to achieve visual attention. I was thinking of using the seq2seq with attention and feeding the convnet's...

Hey there, I noticed that my notebook with the latest theano, keras, tensorflow and cuda, CuDNN dies when theano is imported as T for some weird reason. Not sure why,...