It has been a pain for me to get tensorflow working on my arm MacBook to run a recently published denoising model.
Id love to port the model Julia because it would open up some options and make it easier to share with other Mac users at my institute. I also suspect there will be useful data in the derivatives themselves.
I’ve fantasized about porting several tensorflow models in the literature. My instinct is the investment is too high. Just go through conda hell, however painful. But I wanted to ask.
Has anyone reproduced something like a published deep ushaped resnet model in flux.jl or lux.jl? How hard is it, what sort of challenges would I expect? The architecture is known and documented. IMC-Denoise: a content aware denoising pipeline to enhance Imaging Mass Cytometry | Nature Communications .
Their code is here GitHub - PENGLU-WashU/IMC_Denoise: IMC_Denoise: a software package to enhance Imaging Mass Cytometry - Nature Communications .