GPla
GPla
> This is the problem, this library will not work with two smartphones, because this library not work in "server mode", only in "client mode". It would be nice, if...
I encountered the same problem when running `pm.execute_notebook` and needed to explicitly specify the correct kernel. As stated by @mpacer the available kernels can be listed with `jupyter kernelspec list`....
@muammar To approximate a gaussian posterior, it usually works fine to use no activation function in the last layer and interpret the output as mean for a normal distribution. If...
Yes, the training data is expected to be normal behavior only. However, there can still be a few outliers.
It's only available in `0.2.0-alpha1`.
There is a `requirement.txt` in the repo. Why aren't installing the given version of `tensorflow=1.12.0`?
@SRv6d It seems that there is an [issue](https://github.com/indygreg/python-build-standalone/issues/156) with the python-standalone-build
Any updates to this?
The needed change should be pretty simple. In the current state, the extension uses `querySelector` to select the first that matches the selector. Instead `querySelectorAll` could be used like this:...
Open TODOs would: - remove .circle-ci if github actions are okay - add disclaimer in readme that v1 API is used via `pydantic.v1` under `pydantic>2`