Conversation
…ectory Reorganize evaluation directory to support multiple evaluation methods. Update CLI import paths in cli_dynaclr.py accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@edyoshikun, I tried out the cli. I think I have followed the instructions for setting up my wandb settings, including pip installations and logging in using API key and setting base url to https://czi.wandb.io. The training seems to be working, but it is not getting stored. I am getting the following error at the end:
|
|
The permission issue is resolved now. Thank you! |
Probably best to checkout the README.md on how to use this.
viscy-dynaclrCLI entry point with two new commands for linear classifier workflows:train-linear-classifier— train a logistic regression classifier on DynaCLR cell embeddings with W&B trackingapply-linear-classifier— apply a trained classifier to new embeddings and save predictionsLinearClassifierPipeline(classifier + optional StandardScaler/PCA) with full W&B artifact management