Tanveer J.

Results 3 comments of Tanveer J.

> The new version didn't work. I had the same problem. Try this setting: > > ``` > !pip3 install tensorflow==2.4.1 > !pip3 install tensorflow--gpu > !pip3 install imgaug >...

Issue with 'th' command since its doesnt work in windows. Is there any workaround to that? thank you

It supports GPU on windows. You need to verify if you Pytorch is installed correctly with GPU support. Try this: `import torch torch.cuda.is_available() ` if this return false then try...