a-orn
a-orn
Hi @daavoo @sirily - I've just been bashing my head against this one and would be happy to implement a solution. Maybe I've got the idea totally backwards, but I'd...
Thanks, that's good to know. I think it still results in a PL checkpoint named differently to `model.ckpt` in `dvc.yaml`, so it might require a more complex stage than the...
I recently discovered the experimental 'Checkpointing IO API' for Pytorch Lightning: ```python import torch, os from pytorch_lightning import Trainer from pytorch_lightning.plugins import CheckpointIO from pytorch_lightning.callbacks import ModelCheckpoint from dvclive.lightning import...
Hia - I've run into this same error, also on Windows: ``` Z:\path\to\project> dvc repro -v 2022-08-23 17:28:36,413 DEBUG: Lockfile for 'dvc.yaml' not found 2022-08-23 17:28:36,427 ERROR: unexpected error -...
I suppose it wouldn't be much extra code to avoid passing `vars` and setting `opt_ci` as a side-effect. This has the benefit of being able to test from R without...
Hey @Becca-90 - I had to think about this for a minute. `hmat` is the size at which a tree starts to allocate mass toward reproduction instead of growth. I'm...