You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notebook failed at the following cell with an OSError.
from substrafl.experiment import execute_experiment
import logging
import substrafl
substrafl.set_logging_level(loglevel=logging.ERROR)
# A round is defined by a local training step followed by an aggregation operation
NUM_ROUNDS = 3
compute_plan = execute_experiment(
client=clients[ALGO_ORG_ID],
strategy=strategy,
train_data_nodes=train_data_nodes,
evaluation_strategy=my_eval_strategy,
aggregation_node=aggregation_node,
num_rounds=NUM_ROUNDS,
experiment_folder=str(pathlib.Path.cwd() / "tmp" / "experiment_summaries"),
dependencies=dependencies,
clean_models=False,
name="MNIST documentation example",
)
Expected Behavior (what should happen?)
Expected to not have the error when running the tutorial.
Thanks a lot for raising this issue.
We were aware that the way of handling paths had changed in 3.12, but I didn't know that it could affect Python versions before that.
We will look into it.
I`m currently also facing an issue with this tutorial
Would appreciate any help if you`re managed to finish that tutorial
Contact me pls 👋
P.s. I'm also active on Substra slack channel, you're very welcomed to come say hi and share your current progress
I`d be happy to have a contact with anyone I can discuss the potential problems solutions
What are you trying to do?
I am a new user to SubstraFL and am currently going through the example at https://docs.substra.org/en/stable/examples/substrafl/get_started/run_mnist_torch.html.
Issue Description (what is happening?)
The notebook failed at the following cell with an OSError.
Expected Behavior (what should happen?)
Expected to not have the error when running the tutorial.
Reproducible Example
No response
Operating system
Ubuntu 20.04
Python version
3.11.9
Installed Substra versions
Installed versions of dependencies
Logs / Stacktrace
The text was updated successfully, but these errors were encountered: