we develop the hivemind/tensorflow/pytorch examples on netmind platform here
Python
5
192 commits
updated Sep 7, 2023
Netmind-AI provides centralized and decentralized training framework for you. We aim to support you to write your distributed deep learning models just like how you write your model on your laptop. We provide user-friendly tools to kickstart distributed training and inference in a few lines.
Centralized distributed traning
Decentralized distributed traning
Friendly Usage
https://github.com/protagolabs/Netmind-examples/tree/main/pytorch/language-modeling/local
https://github.com/protagolabs/Netmind-examples/tree/main/pytorch/resnet/local
The version of Netmind-AI will be in line with the main branch of the repository. Feel free to raise an issue if you encounter any problem. :)
pip install git+https://github.com/protagolabs/NetMind-Mixin-Runtime
Please notice that this library was built for linux with python3.8. It can not be used on other platform or with other python version. Also, you should set PLATFORM environment variable before run "netmind" version training code. For example
export PLATFORM=pytorch && Netmind-examples/pytorch/language-modeling/netmind/trainer_Huggince/run_lm.sh
export PLATFORM=tensorflow && Netmind-examples/tensorflow/netmind/language-modeling/multi_run_0.sh
export PLATFORM=hivemind && Netmind-examples/hivemind/language-modeling/netmind/trainer_Huggince/run_trainer0.sh
Developing based on more Netmind-AI examples
git clone https://github.com/protagolabs/Netmind-examples.git
cd Netmind-examples
# install Netmind-AI with Pytorch
cd pytorch
pip install -r requirements.txt
# install Netmind-AI with Tensorflow
# Please check the ReadMe.md in "tensorflow" subdir
# install Netmind-AI with Hivemind
cd hivemind
pip install -r requirements.txt
Python
96.9%
Shell
3.1%
we develop the hivemind/tensorflow/pytorch examples on netmind platform here
Python
5
192 commits
updated Sep 7, 2023
Netmind-AI provides centralized and decentralized training framework for you. We aim to support you to write your distributed deep learning models just like how you write your model on your laptop. We provide user-friendly tools to kickstart distributed training and inference in a few lines.
Centralized distributed traning
Decentralized distributed traning
Friendly Usage
https://github.com/protagolabs/Netmind-examples/tree/main/pytorch/language-modeling/local
https://github.com/protagolabs/Netmind-examples/tree/main/pytorch/resnet/local
The version of Netmind-AI will be in line with the main branch of the repository. Feel free to raise an issue if you encounter any problem. :)
pip install git+https://github.com/protagolabs/NetMind-Mixin-Runtime
Please notice that this library was built for linux with python3.8. It can not be used on other platform or with other python version. Also, you should set PLATFORM environment variable before run "netmind" version training code. For example
export PLATFORM=pytorch && Netmind-examples/pytorch/language-modeling/netmind/trainer_Huggince/run_lm.sh
export PLATFORM=tensorflow && Netmind-examples/tensorflow/netmind/language-modeling/multi_run_0.sh
export PLATFORM=hivemind && Netmind-examples/hivemind/language-modeling/netmind/trainer_Huggince/run_trainer0.sh
Developing based on more Netmind-AI examples
git clone https://github.com/protagolabs/Netmind-examples.git
cd Netmind-examples
# install Netmind-AI with Pytorch
cd pytorch
pip install -r requirements.txt
# install Netmind-AI with Tensorflow
# Please check the ReadMe.md in "tensorflow" subdir
# install Netmind-AI with Hivemind
cd hivemind
pip install -r requirements.txt
Python
96.9%
Shell
3.1%