-
Replace the manual initialization of layers by a more automated way:
The number of layers and their features (e.g. number of neurons, number of channels) should be read from a config file.
Then al…
-
There is an issue, described in title
Please see this [plunk](https://plnkr.co/edit/40YQoVxdEdlb5iCQjcm9?p=preview)
Click to set markers and see in console how latlngs of polygon grows.
It seems to me…
-
### Description
Hey there,
I just discovered Deeplake and found it to be an amazing library. I wondered if you would be interested to compare with LitData: https://github.com/Lightning-AI/litdat…
-
A function accepting a `const HDC` object can (accidentally) cast away const-ness as in the following example program.
```C++
#include
void manipulate_const_hdc(HDC const &in) {
HDC copy …
-
Currently, It seems that `v_r = RArray{Float64, 1}(v)` deep copy the content of `v` to `v_r`.
For the sake of speed and memory storage, there should be methods to construct `v_r` which points to the …
-
An interesting question came up whether create_mirror_view should preserve stride info and thus allocate never used memory or get rid of the strides. Deep_copy would work.
Example:
```
Kokkos::Vi…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
Hello to the awesome Angular team 😍
Since js still supports mutating arrays with simp…
-
1. Add comments to all methods and add citations.
2. Fix deep copy (need to iterate through card lists and make new card objects).
3. Rewrite State constructor to reflect hashtables.
4. Print insta…
-
### Use case
I was having some difficulties implementing a feature where a second array was created from the first array and then some items where removed based on a condition.
This is a mock of t…
-
I suggest that we try an implementation of the `for_each` algorithm independent of the `DiscreteDomain` and `DiscreteVector` classes. I would prefer an implementation that should work for any class th…