Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fedhe-graph
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gladis
Fedhe-graph
Commits
a0b98d7a
Commit
a0b98d7a
authored
9 months ago
by
Athmane Mansour Bahar
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
5e731014
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fedml_config.yaml
+49
-0
49 additions, 0 deletions
fedml_config.yaml
with
49 additions
and
0 deletions
fedml_config.yaml
0 → 100644
+
49
−
0
View file @
a0b98d7a
common_args
:
training_type
:
"
simulation"
random_seed
:
0
data_args
:
dataset
:
"
wget"
data_cache_dir
:
~/fedgraphnn_data/
part_file
:
~/fedgraphnn_data/partition
model_args
:
model_file_cache_folder
:
"
./model_file_cache"
# will be filled by the server automatically
global_model_file_path
:
"
./model_file_cache/global_model.pt"
environment_args
:
bootstrap
:
config/bootstrap.sh
train_args
:
federated_optimizer
:
"
FedAvg"
client_id_list
:
client_num_in_total
:
4
client_num_per_round
:
4
comm_round
:
100
lr
:
0.001
server_lr
:
0.001
wd
:
0.001
ci
:
0
server_momentum
:
0.9
validation_args
:
frequency_of_the_test
:
1
device_args
:
worker_num
:
4
using_gpu
:
false
gpu_mapping_file
:
config/gpu_mapping.yaml
gpu_mapping_key
:
mapping_fedgraphnn_sp
comm_args
:
backend
:
"
MPI"
is_mobile
:
0
tracking_args
:
# When running on MLOps platform(open.fedml.ai), the default log path is at ~/.fedml/fedml-client/fedml/logs/ and ~/.fedml/fedml-server/fedml/logs/
enable_wandb
:
false
wandb_key
:
ee0b5f53d949c84cee7decbe7a629e63fb2f8408
wandb_project
:
fedml
wandb_name
:
fedml_torch_moleculenet
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment