Results 8 comments of Aniruddha Saha

I got an error when using the command git checkout --track -b deconv-deep-vis-toolbox yosinski/deconv-deep-vis-toolbox **error: The following untracked working tree files would be overwritten by checkout:** Aborting How can I...

Hi @Janspiry @sgbaird. I am facing a similar issue when running the test script. Maybe they are related because of the way in which data indexing is implemented. ```code 92%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████...

I was able to solve the problem by getting the number of images in the batch explicitly. ```code temp_batch_size = len(self.path) for idx in range(temp_batch_size): ret_path.append('GT_{}'.format(self.path[idx])) ret_result.append(self.gt_image[idx].detach().float().cpu()) ret_path.append('Process_{}'.format(self.path[idx])) ret_result.append(self.visuals[idx::temp_batch_size].detach().float().cpu()) ret_path.append('Out_{}'.format(self.path[idx]))...

> ### System Info > macbook m2 with anaconda, python 3.9 > > I got a similar bug 🐛 `ImportError: cannot import name 'COMMON_SAFE_ASCII_CHARACTERS' from 'charset_normalizer.constant'` > > When I...

```code Traceback (most recent call last): File "//anaconda3/envs/huggingface-bug-test/lib/python3.9/site-packages/requests/compat.py", line 11, in import chardet ModuleNotFoundError: No module named 'chardet' During handling of the above exception, another exception occurred: Traceback (most recent...

1. ```code >>> from requests import HTTPError Traceback (most recent call last): File "//anaconda3/envs/huggingface-bug-test/lib/python3.9/site-packages/requests/compat.py", line 11, in import chardet ModuleNotFoundError: No module named 'chardet' During handling of the above exception,...

> Yes, we can try to have it solve in requests first indeed. It's if that takes too much time or is not deemed important we should fix it in...

@jleibs I am trying to install rerun sdk on a RHEL system, but it fails. Any suggestions? ``` pip install rerun-sdk ERROR: Could not find a version that satisfies the...