Oleg Sedukhin

Results 6 comments of Oleg Sedukhin

Some more details: 1. The problem is present only on my Windows PC, but not on the Android phone (same internet provider on both devices) 2. Command "curl https://sport.24tv.ua/" returns...

@notmedia yes my traffic goes through VPN, I see German IP at myip.com

I've reduced the download code to the following: ``` from huggingface_hub import snapshot_download snapshot_download(**{'repo_id': 'mlfoundations/datacomp_medium', 'allow_patterns': '*.parquet', 'local_dir': 'medium/metadata', 'cache_dir': 'medium/hf', 'local_dir_use_symlinks': False, 'repo_type': 'dataset', 'resume_download': True}) ``` Still see...

Until now, tried to write my own documentation: ``` Class amlb.datasets.openml.OpenmlDataset: .features - list of amlb.data.Feature .fold - int .inference_subsample_files(fmt) - some unclear method .nrows - some field that raises...

@lhoestq thank you, but there are two problems with using AudioFolder: 1. It is said that AudioFolder requires metadata.csv. However, my datset is too large and contains nested and np.ndarray...