-
update to webpack v5 should:
- significantly improve build time due to new caching mechanisms
- allows us to remove several babel plugins for JS syntax supported natively
- provide us with an oppo…
-
Could some of the lines be dashed? I'm finding it a bit hard to see if Optim.NelderMead is the first in all the figures. Also seems like it's shorting out quite quickly since it's the fastest of them …
-
There is interest in developing a native C++ implementation of the algorithms in prima. While there are C bindings for the Fortran library, being able to incorporate the algorithms into C++ projects n…
-
I use the
>
configure_list = [{
'quant_types': ['weight','input','output'],
'quant_bits': {
'weight': 8,
'input':…
-
Even though #4 wasn't a massive performance improvement, being able to pass in parameters is more efficient when you have say 2 or 3 values you wish to add and they're not stored in an array. Because …
-
### ❓ Question
I want to modify the network structure for RecurrentPPO, but when I run the original network, I get the following error
error:
self.features_extractor = features_extractor_class(se…
-
### Description
It would be nice to have an example where it's a minimization (of a cost) problem instead of the usual maximization (of a reward). The most straight forward approach is to use the neg…
-
When testing how well the `LogisticGlm` model scales with a large toy data set, I am finding on my local machine (16 GB RAM) that I hit out of memory errors even for fairly tiny problem sizes.
Here…
-
I have a part of a function that looks like
```haskell
sample :: Acc (Vector Double) -> IO (Acc (Vector Bool))
sample ps = do
rs
-
Hi,
Thanks for the great work and developing this library. I am trying to replicate the experiments from the Topological autoencoder paper using the script given as an example, but I can't. I used …