The source project of this merge request has been removed.
Patch 1
4 commits bring the following changes:
-
Fixed the dependency issue with
torchsample, see changes inrequirements.txt. This package is not included in PyPI library forpip3, hencepip install torchsampledid not work.pandas,nibabelandtqdmare also added since they are required bytorchsample. -
Added GPU selection support in
predict.py --gpuusing shell environment masking method. Not the neatest way but works. -
Fixed the typo in the instruction for running prediction in
ReadME.md. -
Applied simple automated PEP-8 style code reformatting for better readability.