AlgorithmicIntelligence
AlgorithmicIntelligence
I got the same error, is there any solution?
> I got the same error, is there any solution? I found the BUG in MultiImage.h (154), replaced "FLOAT_TYPE" with "double". Problem solved.
> Hi @AlgorithmicIntelligence, > > The agent requires that `virtualenv` be installed in the python version you're using to execute it. The simplest solve is to make sure it's installed...
[task_c7f9ec4fb21848b693e109e6f14fe407.log](https://github.com/allegroai/clearml-agent/files/14020569/task_c7f9ec4fb21848b693e109e6f14fe407.log) This is the log from console, is it helpful for debugging?
Another question, how to get the template weights about RBF?
Thank you for your response. I just use np.average(.) and np.std(.) directly. For instance, in your code, np.average(train_image_normalized_pad) = 0.027 np.std(train_image_normalized_pad) = 0.3509 Is it the expectation of the original...