Rajendra Choudhary
Rajendra Choudhary
> Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method To resolve this: Change 'self.num_workers = 4' to 'self.num_workers = 0'...
To resolve this: add img_bgr = cv2.resize(img_bgr, (200, 200)) in utils.py after img_bgr = cv2.imread(path)
I am also facing the same issue. I am running on AWS g5.8xlarge Were you able to solve it?
Since LlamaTokenizer does not have value for tokenizer.pad_token_id, its value is None. When this tokenizer is used to calculate the value of 'labels' it gives the error `TypeError: 'NoneType' object...