vnet.pytorch icon indicating copy to clipboard operation
vnet.pytorch copied to clipboard

torchbiomed's problem

Open darrenzhang1007 opened this issue 5 years ago • 2 comments

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

darrenzhang1007 avatar Jun 18 '19 12:06 darrenzhang1007

@DarrenmondZhang you can try search torchbiomed in github, then put this repo into vnet repo.

li-pengcheng avatar Jul 08 '19 09:07 li-pengcheng

git clone https://github.com/mattmacy/torchbiomed.git pip install ./torchbiomed pip install -r requirements.txt

Flagy avatar Mar 06 '20 14:03 Flagy