Bioimage Utils
Bioimage.io utils.
create_env_text(pytorch_version, torchvision_version)
Create environment yaml content for the bioimage model.
This installs an environment with the specified pytorch version and the latest changes to careamics.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
pytorch_version
|
str
|
Pytorch version. |
required |
torchvision_version
|
str
|
Torchvision version. |
required |
Returns:
| Type | Description |
|---|---|
str
|
Environment text. |