abdeslem smahi
abdeslem smahi
> ### Search before asking > * [x] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. > > ### YOLOv8 Component > _No response_ > >...
I don't have a dataset in mind , But I am trying to work with 4D MRI images by turning them into hypergraphs using specific construction methods then use node...
Hi, any news on the dataloader? > OK. I will try to add a dataloader for the multi-hypergraph vertex classification task in the next version. The next version will be...
try to add **ollama/** before any model you use. example: ```python @CrewBase class Crew1Test(): llm = LLM(model="ollama/lm_studio/meta-llama-3-8b-instruct", api_key="fsdf", base_url="http://localhost:1234/v1", temperature=0.7) @agent def researcher(self) -> Agent: return Agent( config=self.agents_config['researcher'], verbose=True, llm=self.llm...