xcos icon indicating copy to clipboard operation
xcos copied to clipboard

Metrics for independent val loaders vs for val loaders split from training loader

Open ntubiolin opened this issue 5 years ago • 0 comments

  1. Why can't I have split val loaders with independent val loaders? What if I want to not only watch val accuracies but val loss... https://github.com/ntubiolin/xcos/blob/49d3fcf5ada560106bf9083a51dffc1f3abf4d0c/src/pipeline/base_pipeline.py#L137-L142
  2. Metric cannot tell whether the loader is correct. My metric for Validator cannot refuse to eat per-batch output when encounteringTrainer https://github.com/ntubiolin/xcos/blob/49d3fcf5ada560106bf9083a51dffc1f3abf4d0c/src/worker/worker_template.py#L64-L70

ntubiolin avatar Feb 17 '20 16:02 ntubiolin