FedML-AI / FedGraphNN

FedGraphNN: A Federated Learning Platform for Graph Neural Networks with MLOps Support. The previous research version is accepted to ICLR'2021 - DPML and MLSys'21 - GNNSys workshops.
https://arxiv.org/abs/2104.07145
180 stars 42 forks source link

A typo? #1

Closed youngfish42 closed 3 years ago

youngfish42 commented 3 years ago

For Installation

conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c pytorch -n **fedmolecule** The parameter ‘fedmolecule’ maybe 'fedgraphnn'

emirceyani commented 3 years ago

Hi,

fedmolecule was the old name of pur project, hence it was the name of anaconda environment. it's fedgraphnn.

Thanks for the catch!