Mauricio
Mauricio
### Issue Description In Jupyter, hitting several times the following code ``` pred = infer.Prpred = infer.Predictive(model, guide=auto_guide, num_samples=2) svi_samples = pred(is_cont_africa, ruggedness, log_gdp) log_gdp = svi_samples['obs'] print(log_gdp.shape) ``` The...
I am getting this deprecation warning: "DEPRECATION: distro-info 0.23ubuntu1 has a non-standard version number. pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer...
The following code won't work, onnx will complain that is expecting float32 when everything was float64: data, model and convert `[ONNXRuntimeError] : 1 : FAIL : Load model from rf_iris.onnx...
Because, I didn't see no code for that anywhere... Should be nice if I can PR it, but I am kinda busy :|
Hi, I am having that issue when using sse-express inside an Express router. The issue says it's present at the node_modules folder. I tried deleting and creating that folder again,...
Hi, first it says: `res.sse({ event: 'connected', data: { welcomeMsg: 'Hello world!' } } );` But then, the API says: `res.sse({data, [event], [id]} | Array)` Could you please fix the...
### Issue Description The Multivariate Bijectors tutorial notebook has an issue: someone hit a keyboard interrupt and so it's not complete. ### Steps to Reproduce No steps to reproduce needed,...
Context: I am currently translating this code to Rust. Issue: I want to understand a line of code: ``` # (eq.46) w_io = self._weights * np.where( self._weights >= 0, 1,...