UHstudent

Results 5 comments of UHstudent

these are the requirement I installed to make the code execute. (with more small modifications to avoid errors,...) albumentations torch torchvision timm opencv-python pyyaml tqdm progress pandas scikit-learn torchsr

I found no conflicting issues with TruFor and TensorFlow, but I did forget to check requirements specifically for the TruFor addition. A requirements_ai_solutions.txt file was added, so users can install...

@GuidoBartoli yes, that's a good idea. Ideally, some users try out the procedure through my fork and give the go-ahead here. On my end I've succesfully tried it on two...

Update to note that I've tried the procedure successfully on 3 separate machines without difficulty.

if you use windows / windows powershell/command prompt, "python-magic==0.4.*" from the requirements file is incompatible to solve this issue: 1. unistall "python-magic==0.4.*" -> pip uninstall python-magic 2. install "python-magic-bin==0.4.14" ->...