Rasul Karimov
Rasul Karimov
PR adds support for Sequential Monte Carlo (`SMC`) method API. `SMC` is used to tune the `step_size` of NUTS sampler. ### SMC support: - [x] Support `SMC` initialization for mcmc...
There is no untransformed values (if distribution requires transformation) in trace object, since `initialize_state` turns `state` into `sampling_state`. Maybe there is a need to capture `untransformed` values before `initialize_state` call...
I don't see any issues to support more samplers. Can anyone be assigned to the issue or somebody else is already in progress of completing it?

last fm scrobbling optimization for listview and imageview.
acitivity_main.xml: RelativeLayout for like and repost buttons can be replaced by LinearLayout to improve performance.
## Bug Report ### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Ubuntu 18.04 - **TensorFlow Serving installed from (source or binary)**: source - **TensorFlow Serving version**:...
I can't find the appropriate feature in docs. Btw, I can stop and then start the instance again.
Python is not able to import 'recurrentshop' after installing Keras-2.0.6/recurrentshop/seq2seq. (installed separately)
Distance to the hyperplane is required for the model, though I'm not sure about the derivation. Adding the issue to not forget after merge.