Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating CRAFT-pytorch to work with torchvision version 0.17.2. #215

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

purvi1508
Copy link

The code has been updated to be compatible with the latest version of PyTorch, as it was previously not running due to version compatibility issues. Additionally, the code has been modified to automatically use CUDA if it's available; otherwise, it will default to using the CPU for inference. These changes ensure better device compatibility and optimized performance based on the hardware.

The code is not running due to the newer version of PyTorch, so it has been updated to be compatible with the latest version.
The code has been updated to use CUDA only if it is available; otherwise, it will fall back to using the CPU.
@purvi1508 purvi1508 changed the title Updating CRAFT-pytorch Updating CRAFT-pytorch to work with torchvision version 0.17.2. Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant