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 torchsample
did not work.pandas
,nibabel
andtqdm
are also added since they are required bytorchsample
. -
Added GPU selection support in
predict.py --gpu
using 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.