-
### Describe the bug
I am trying to implement federated learning using Flower from the link: https://github.com/adap/flower/tree/main/examples/xgboost-quickstart
However, I am using CatBoost model …
-
First, a big thanks for this library.
I was playing around and encountered an error when using "-k" for keywords. Here is the command I used and below is the error message. Any help would be apprec…
keyjm updated
6 years ago
-
Feature branch: `dev-inundation-alt`
-
i use your project but somehow its broke, and i found that it happened on mlp.py x = self.fc1(x) this line, it will cause inf in x tansor and then produce nan finally broke the program
i want ask how…
-
Using the latest `bison` and `flex` from homebrew:
```
Jeroens-MacBook-Pro:libgraphqlparser jeroen$ make
[ 4%] [FLEX][GraphQLScanner] Building scanner with flex 2.6.4
[ 8%] Generating Ast.h
[…
-
Would you be interested in providing a Linux [AppImage](http://appimage.org/), a ready-to-use, single-file bundle of Inkscape with a pre-installed and pre-configured Python, libusb, and inkscape-silho…
-
### Reproduce Bug
#### python source
```
import configargparse
def example():
parser = configargparse.ArgumentParser(prog="test")
parser.add_argument(
'-e',
'--environm…
-
At the moment all CSV data is added to the main `data` object as a string. The means that you either have to convert them all to ints, floats etc up front or later when you need to use them.
It wou…
-
Hi
Here is some unsolicited feeback.
In general, when one is developing, it is always convenient to be able to print out the state of an object. I think you should have a simple parser::print(std…
-
A docopt string like this breaks the docopt parser:
```
"""
Capella Launch Center (development environment).
Usage:
cap.py launch [--node=] [--remoteDebug]
Options:
--remoteDebug add in jav…