Francesco

Results 16 issues of Francesco

when using likwid, the compilation flag `-DLIKWID_PERFMON` and the include directories are not forwarded correctly in the process of creating the `special-core` executable. Therefore, likwid is not able to properly...

Italian translation of chapter 3, as per #45

Hello, I am getting a `File is not valid` error when I try to import some plugins. By inspecting with a debugger, I have pinned down the issue to the...

Our current implementation for both [torch](https://github.com/fedbiomed/fedbiomed/blob/6c568b892e8222e04d15c23e39a331ab028cc2f9/fedbiomed/common/data/_torch_data_manager.py#L128) and [sklearn](https://github.com/fedbiomed/fedbiomed/blob/6c568b892e8222e04d15c23e39a331ab028cc2f9/fedbiomed/common/data/_sklearn_data_manager.py#L356) sets the batch size of the testing loader to be equal to the full testing dataset. This leads to an out-of-memory problem...

bug
in review
sprint backlog

Implement POC based on document in #800 - [x] Implement code infrastructure for federated queries - [x] Implement mean on `MedicalFolderDataset` and `TabularDataset` - [x] Implement std on `MedicalFolderDataset` and...

product backlog

As reported by @mvesin, the following command should fail ```bash EDITOR=emacs ${FEDBIOMED_DIR}/scripts/fedbiomed_run node --config config-n1.ini training-plan view ```

bug
candidate

Our base `Aggregator` class has a [`secure_aggregation`](https://github.com/fedbiomed/fedbiomed/blob/fbbcd6c16963d0a5ea7af26450db1cfd361f8230/fedbiomed/researcher/aggregators/aggregator.py#L34) method and a [`_secagg_crypter`](https://github.com/fedbiomed/fedbiomed/blob/fbbcd6c16963d0a5ea7af26450db1cfd361f8230/fedbiomed/researcher/aggregators/aggregator.py#L32) variable. To my knowledge, neither of those are never used, because we use instead the `aggregate` method of the...

good first issue
candidate

As a researcher, I would like to specify the number of sample for validation instead of a ratio. This is required for two reasons, both related to the use case...

good first issue
candidate

The error happens while trying to convert the torch-based`TorchDataManager` to sklearn. Specifically, it happens in the `TorchDataManager.to_sklearn()` function at this point: ```python inputs = next(iter(loader))[0].numpy() ``` The reason is that,...

bug
candidate

Issue originally reported on Discord [support channel](https://discord.com/channels/927917604188852235/927919698862047292/1168869258999119904) > Hello, I am facing some issues when loading large CSV files from CLI. The procedure never finishes, and the dataset is never...

bug
candidate