Petkomat
Petkomat
**Problem description:** My dataset cannot be represented as a `N_INSTANCES x N_DIMENSIONS` table of floats: the instances are rows from the main table in a relational database. Thus, my custom...
RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 'other'
If I run the code with default arguments (and use data.txt from the repository) I get the following message: ``` Traceback (most recent call last): File "C:/Users/matej/git/xlnet-Pytorch/main.py", line 89, in...
**Describe the bug** The method below disallows (only) GET requests rather than allows them (as claimed in the comment): ```java import java.util.Optional; class Filters { @ServerRequestFilter public Optional getFilter(ContainerRequestContext ctx)...
# Summary Maven plugin has no option `endWithNewLine` for `sortPom` in the current version (2.43.0) although README mentions it ([link to the jar here](https://repo1.maven.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.43.0/spotless-maven-plugin-2.43.0.jar)). I decopmpiled it and indeed, there...
Clicking on some of the links (given as xml comments) does not work, e.g., ``` ``` A space should be added between the url and `-->`.
My graph roughly corresponds to a file system, i.e., the nodes of the graph are directories and files, and the edges correspond to the relation `contains`, e.g., `dir1 -contains-> dir2`,...
When I go to Schema Registry subpage and choose a schema, e.g., ``` { "type": "record", "name": "car", "fields": [ ..., { "name": "owner", "type": "io.example.Human" } ] } ```...
**Describe the bug** The descriptions of the attributes - **topics** in Table 1 (_Incoming Attributes of the 'smallrye-kafka' connector_), - **propagate-headers** in Table 2 (_Outgoing Attributes of the 'smallrye-kafka' connector_)...