Gianfranco Demarco

Results 23 comments of Gianfranco Demarco

@xaiguy i don't think i've conducted that exact experiment, but you can test it if you want!

@sasaadi You can find it here https://github.com/gianfrancodemarco/mm-cot/blob/9e84c2ed2ef6921a56f28911a938b78453496655/src/models/t5_multimodal_generation/model.py#L202

You can also set the parameter eval_acc to a lower value to dump the accumulated results from the GPU to the RAM more often. Obviously, this needs a lot of...

> > You can also set the parameter eval_acc to a lower value to dump the accumulated results from the GPU to the RAM more often. Obviously, this needs a...

I drafted a simple implementation with pygraphviz which gets something like this: ![image](https://github.com/langchain-ai/langgraph/assets/36262716/a3380c57-e097-4498-b704-c164ca5ce4f8)

@Nazareka i've opened #71. Let me know if it works for you or if you have any suggestion

@zachschillaci27 i've migrated my code to _pyvis_ and it seems to work, however it would require some parameters fine-tuning to have a nice spread out visualization. If you want to...

@hinthornw I've used the implementation from the latest version of LangChain, but i get this, which is not what I was expecting: ![image](https://github.com/langchain-ai/langgraph/assets/36262716/a7fa328e-58a2-4d94-a163-689cb1f4d89c)