RavenKang
Results
2
comments of
RavenKang
You are using python3. In python3 'range' object does not a list. You should change `ind = range(len(filepaths))` to `ind = list(range(len(filepaths)))`
> How many GPUs are you using? I use 2 GPUs