Closed ChrisHaferl closed 7 months ago
Hi, I can't reproduce your error. I tested it with both geometric and weibull using the simulated data through the 1st refresh and everything works. I noticed that your prompt says :
Using weibull_pdf adstocking with 46 hyperparameters (0 to iterate + 46 fixed) on 15 cores
This shouldn't be the case though, it shouldn't be all fixed. because otherwise there's no need to model if all hyperparameters are known. I can't think of a reason though. Can you share your json file?
@gufengzhou Right, that is odd, attached the model JSON (had to save as txt as json upload not supported here)
Any news on this? I also get this exact error message when running robyn_refresh (I've tried editing my JSON file and setting hyper_fixed = 'false'
, without success).
I am getting the same problem. One of the things I have noticed is that the "hyper_updated" has single values (as in the hyper_values) in all the json model config files that were shared with this problem, instead of a range of values.
When I ran the demo.R example, I've noticed that the model json output "hyper_updated" had a range of values. eg: "facebook_S_alphas": [0.5, 3];
I tried to manually change one of the "single values" in my specific failing case to a range of values in "hyper_updated" (eg. from "facebook_S_alphas": [2.9709] to "facebook_S_alphas": [0.5, 3]) and then I was able to run robyn_refresh.
Interesting finding. I've just tested changing one or two "hyper_updated" ranges into single values and the refresh still runs though. I'm on the latest version. Please reopen if issue reoccurs
Project Robyn
Describe issue
On robyn_refresh I am getting an error of "Error: ValueError: zero-size array to reduction operation minimum which has no identity"
Provide reproducible example
Output:
Environment & Robyn version
Using Robyn_3.10.3