dyollb / segmantic

Semantic segmentation and image-to-image translation based on AI
https://dyollb.github.io/segmantic/
MIT License
1 stars 3 forks source link

BUG: should be dumps = partial(config.dumps, is_json=is_json) #59

Closed dyollb closed 1 year ago

dyollb commented 1 year ago

https://github.com/dyollb/segmantic/blob/318931c677204bb4b9f11ec4d48f6b15c4298078/src/segmantic/seg/monai_unet.py#L753

Same for https://github.com/dyollb/segmantic/blob/318931c677204bb4b9f11ec4d48f6b15c4298078/src/segmantic/seg/monai_unet.py#L754

Konohana0608 commented 1 year ago

is implemented in new pull request.