Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 953 Bytes

ISSUE_TEMPLATE.md

File metadata and controls

47 lines (34 loc) · 953 Bytes

A 3D multi-modal medical image segmentation library in PyTorch

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] Open In Colab

Medical Zoo: Issue Template

### Description

...

### Environment information

​```
OS: <your answer here>

$ pip freeze | grep tensor
# your output here

$ pip freeze | grep jax
# your output here

$ python -V
# your output here
​```

### For bugs: reproduction and error logs

​```
# Steps to reproduce:
...
​```

​```
# Error logs:
...
​```