kaiko-ai / eva

Evaluation framework for oncology foundation models (FMs)
https://kaiko-ai.github.io/eva/
Apache License 2.0
50 stars 2 forks source link

`overwrite=False` in `EmbeddingsWriter` doesn't work #557

Open nkaenzig opened 3 days ago

nkaenzig commented 3 days ago

Setting overwrite=False should raise an Exception if the embeddings already exist in the specified output directory. Currently it just proceeds and overwrites the files.