taborzbislaw
taborzbislaw
Hi, I am trying to continue training for BrainTumour dataset of Medical Segmentation Decathlon. After training for about 5000 epochs I reach the time limit of a queue system where...
I would like to determine how the points in the moving image are mapped to the points in the moving image registered to the fixed image. How to get this...
I have installed elasticsearch locally and run it as a deamon according to https://www.elastic.co/guide/en/elasticsearch/reference/current/starting-elasticsearch.html I have exported ELASTIC_PASSWORD and ES_HOME environtment variables When I run document_store = ElasticsearchDocumentStore(hosts = "http://localhost:9200")...
### Proposal summary I want to optimize prompts for som ecustom model which returns structured response e.g.: class ResponseSchema(BaseModel): query: List[str] = Field( ..., description="Some list" ) class CustomModel(OpikBaseModel): def...
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug. **Describe the bug** I am using AspectCritic metric with custom settings of the evaluator model....