Benjamin Antin
Benjamin Antin
I'm having the same issue on an HPC using a singularity container. I'm not the admin so I can't update the nvidia driver. If a jax workaround that still allows...
Hi, thanks for the response! 1. I trained the model on my dataset. 2. The scale mismatch seems to occur across all frames 3. Training command: `python -m src.train --exp_name...
Hi, you're talking about changing the patch size used in test.py right? I changed that to the values you suggested but it didn't fix the problem.
Thanks, will be happy to send a section of the video later today. However, I'm trying to do a bit of debugging myself. In the test script, each patch passed...
Hi @SteveJayH. I tried the same pipeline on synthetic data and it seemed to work. I probably had a bug in my code -- I will try rerunning my analysis...
Thanks! That is helpful. And another clarification -- I've trained a model with patch size [32 32 32] and patch interval [1 32 32]. I'd like to reduce the patch...
Also had this problem. Was able to temporarily get around it by installing tfp-nightly (as detailed in https://github.com/tensorflow/probability/issues/2009)