Hello all,
I am working on 2D classification with around 50,000 particles and the following non-default settings:
Window dataset: off
Number of 2D classes: 150
Max resolution: 10
Number of EM iterations: 25
Batchsize: 200
Enforce non-neg: on
use clamp-solvent: on
However, when I begin to run jobs that had worked previously, the following error appears:
Start of iteration 0
Traceback (most recent call last):
File "cryosparc2_compute/jobs/runcommon.py", line 747, in run_with_except_hook
run_old(*args, **kw)
File "cryosparc2_worker/cryosparc2_compute/engine/cuda_core.py", line 101, in cryosparc2_compute.engine.cuda_core.GPUThread.run
File "cryosparc2_worker/cryosparc2_compute/engine/cuda_core.py", line 102, in cryosparc2_compute.engine.cuda_core.GPUThread.run
File "cryosparc2_worker/cryosparc2_compute/engine/engine.py", line 987, in cryosparc2_compute.engine.engine.process.work
File "cryosparc2_worker/cryosparc2_compute/engine/engine.py", line 88, in cryosparc2_compute.engine.engine.EngineThread.load_image_data_gpu
ValueError: could not broadcast input array from shape (62,62) into shape (124,124)
I don’t believe there is something wrong with the parameters or data set because this also happens when I clone a 2d classification job that worked previously. Does anyone have any ideas to fix this problem?