文件名称:3d-unet基准
文件大小:15KB
文件格式:ZIP
更新时间:2024-03-04 23:33:45
Python
3D UNet基准测试 使用3d-Unet进行训练和推理基准测试。 EMBL群集的基准测试结果,训练越低越好,推理越高越好。 Gpu型 CUDA版本 Pytorch版本 培训[s / iter] 推论[MVox / s] 特斯拉V100-SXM2-32GB 11.0 1.7.1 1.87 +-0.09 15.97 +-0.25 GeForce GTX 1080 Ti 11.0 1.7.1 3.08 +-0.07 8.68 +-0.07 GeForce RTX 3090 11.0 1.7.1 1.84 +-0.08 18.8 +-0.53 GeForce RTX 2080 Ti 11.0 1.7.1 2.96 +-0.14 12.35 +-0.32 A100-PCIE-40GB 11.0 1.7.1 1.63 +-0.06 19.52 +
【文件预览】:
3d-unet-benchmarks-main
----pretty_print.py(102B)
----bench_util()
--------inference.py(7KB)
--------dataset.py(4KB)
--------__init__.py(148B)
--------unet.py(4KB)
--------training.py(1KB)
----results-embl.csv(356B)
----inference()
--------run_benchmark.py(4KB)
--------evaluate_benchmark.py(2KB)
--------inference_benchmark.py(2KB)
----README.md(921B)
----training()
--------run_benchmark.py(4KB)
--------train_benchmark.py(3KB)
--------evaluate_benchmark.py(2KB)
----.gitignore(13B)