related-sciences / nxontology-ml

Machine learning to classify ontology nodes
Apache License 2.0
6 stars 0 forks source link

Freeze graph & log embedding cache path #44

Closed yonromai closed 11 months ago

yonromai commented 11 months ago

@dhimmel

Adding:

logging.basicConfig(level=logging.DEBUG)

to your code should display where the cache file is, e.g.:

DEBUG:root:Caching embeddings into: /Users/romain/dev/nxontology-ml/.cache/michiyasunaga_BioLinkBERT_base.ldb
yonromai commented 11 months ago

cc #35

yonromai commented 11 months ago

(Merging since probably non-contentious but feel free to comment here)