You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
I think GEGLU and FeedForward components from diffusion_model_unet.py
GenerativeModels/generative/networks/nets/diffusion_model_unet.py
Line 53 in 7dcdc9a
GenerativeModels/generative/networks/nets/diffusion_model_unet.py
Line 71 in 7dcdc9a
are already implemented on MONAI core as MLPBlock
https://github.com/Project-MONAI/MONAI/blob/17529e7ae0a53db68f9ace7a130da2b611650cc3/monai/networks/blocks/mlp.py#L22
It might be necessary further investigation.