Seyed-Ahmad Ahmadi

Results 5 issues of Seyed-Ahmad Ahmadi

Currently, it is not possible to cache data to GPU during training of deepedit, to accelerate training as described in the [Fast Training Tutorial](https://github.com/Project-MONAI/tutorials/blob/main/acceleration/fast_training_tutorial.ipynb) from MONAI-Core. This idea was already...

backlog

**Is your feature request related to a problem? Please describe.** I would like to create a MAP from a MONAI Algo "bundle" that was trained with Auto3DSeg. It seems that...

enhancement

Hi, great tool so far! I am trying to apply a `Lambdad` function in my transform chain. For example, after `LoadImaged` I want to apply the transform: ```python Lambdad(keys=["image"], func=lambda...

enhancement

The tutorial notebook [agentic_rag_with_nemo_retriever_nim.ipynb](https://github.com/NVIDIA/GenerativeAIExamples/blob/main/RAG/notebooks/langchain/agentic_rag_with_nemo_retriever_nim.ipynb) does not work. The download of the intended sample data is failing. Download is implemented via the "KG-RAG-datasets" repo of docugami ([link](https://github.com/docugami/KG-RAG-datasets)). It yields the following...

**Is your feature request related to a problem? Please describe.** Image generation with MAISI **Describe the solution you'd like** Afaiu, currently, MAISI can "only" generate volumes conditionally on [`controlnet_cond`](https://github.com/Project-MONAI/MONAI/blob/dev/monai/apps/generation/maisi/networks/controlnet_maisi.py#L101). These...