Bruno Casella
Bruno Casella
Hello everyone I want to run this project and see how works the training When I run this: `python src/chess_zero/run.py sl` I receive this: `2019-12-09 22:46:36,750@chess_zero.manager INFO # config type:...
Hi everyone. I have problems with the command `python src/chess_zero/run.py opt` First of all, the procedure I followed is this: 1. I downloaded a dataset of 2000 pgn from ficsgames.org,...
Hi everyone. I am using MNIST with PyTorch on OpenFL. Training starts but after 1 round I have this error on the envoy: ``` METRIC Round 0, collaborator env_one is...
When I run my own experiment with the default FedAVG I can run several rounds, even if I can not use a big networks because otherwise I go out of...
For my experiments on CIFAR-10, until now I have used ResNet-18 or an EfficientNet. In the jupyter notebook, I initialise these models in this way: ``` resnet18 = torchvision.models.resnet18(pretrained=False) efficientnet_b0...
Hello. I have this error below when using SGD as optimizer. With Adam it work correctly. ``` optimizer = optim.Adam(params_to_update, lr=1e-4) #optimizer = optim.AdamW(params_to_update, lr=0.001, weight_decay=0.02) #optimizer = optim.SGD(params_to_update, lr=0.01)...
With this PR it is possible to use WandB for tracking metrics of OpenFL experiments. For the Aggregator and each Collaborator (thanks to @Giemp95) will be created a new WandB...
Hi community! I am running secure FL experiments with OpenFL, Gramine and SGX. Problem: training time increases (a lot!) round after round. I am talking from about 3 minutes of...
### Description of the problem I have ran several Federated Learning experiments using the OpenFL framework developed by Intel, that is compatible with Gramine and SGX. My federation was made...
Running ./hungarian_build.sh throws following error: ``` from hungarian.cc:15: /home/lmancuso/leaf/brunotf/lib/python3.7/site-packages/tensorflow/include/tensorflow/core/framework/tensor_types.h: In member function ‘void tensorflow::internal::MaybeWith32BitIndexingImpl::operator()(Func, Args&& ...) const’: /home/lmancuso/leaf/brunotf/lib/python3.7/site-packages/tensorflow/include/tensorflow/core/framework/tensor_types.h:176:25: error: use of ‘auto’ in lambda parameter declaration only available with -std=c++14...