vnet.pytorch
vnet.pytorch copied to clipboard
torchbiomed's problem
When I tried to install torchbiomed by used ‘pip install torchbiomed’ command,System report this error ERROR: Could not find a version that satisfies the requirement torchbiomed (from versions: none) ERROR: No matching distribution found for torchbiomed
How to import the torchbiomed
@DarrenmondZhang you can try search torchbiomed in github, then put this repo into vnet repo.
git clone https://github.com/mattmacy/torchbiomed.git
pip install ./torchbiomed
pip install -r requirements.txt