-
I saw @nerkulec's [branch](https://github.com/mala-project/mala/tree/no_activation_after_last_layer) which made me realize that by default, `FeedForwardNet` applies an activation to the output layer. …
-
This is not understandable without looking up the implementation which is out of sight here.
auto is here `std::optional` = `std::optional`
`std::shared_ptr` is already optional. So…
-
Currently, the endpoints for marquez all look along the lines of:
`http://localhost:5000/api/v1/namespaces/{namespace}/datasets/{dataset}`
This means that namespaces are effectively mandatory when…
-
### Is your feature request related to a problem? Please describe.
I would like to be able to customize which agents carry context information.
### Describe the solution you'd like
Making "carryove…
-
I am trying to implement globalauth.
But without login, AnonymousUser get always 401 error.
There is no option that anynomoususer can get response correctly.
How do you think supporting optional au…
-
## Description
Error while Drupal "Run Updates" command.
After updating the module from **3.0.8** to **3.0.10** version with the command **composer update drupal/apigee_edge -W** command "**Run Upd…
ibilo updated
2 weeks ago
-
When serializing to protobuf, the binary protocol is not generated in a migration-safe manner. Say I do the following specs:
**V1:**
typeschema:
```.json
{
"definitions": {
"Student": {
…
-
As proposed by Lucas [here](https://mailarchive.ietf.org/arch/msg/quic/19sc6AGjvn2cbIEowmgoenKaiYc/), this issue is a place for collecting ideas on how to implement an optional pull model...
MPK1 updated
3 months ago
-
For example in `package.json`:
```json
{
"name": "linkedom",
"version": "0.16.1",
"peerDependencies": {
"canvas": ">= 2",
},
"peerDependenciesMeta": {
"canvas": {
…
-
Wanted propose adding an optional geocoding step to the pipeline. This would us to map data from sources that don't already have coordinates, and only provide addresses.
Some open questions:
* I…