semantic-segmentation-pytorch icon indicating copy to clipboard operation
semantic-segmentation-pytorch copied to clipboard

Add test_cpu.py for CPU-based testing

Open pythoscorpion opened this issue 2 years ago • 0 comments

This pull request adds a new file, test_cpu.py, which enables users to run tests on a CPU instead of a GPU. The new file takes the same arguments as the existing test.py and produces the same results. This change makes the repository more accessible to users who prefer to run tests on a CPU.

pythoscorpion avatar Jul 08 '23 02:07 pythoscorpion