Skip to content

Commit

Permalink
Merge pull request #1574 from vuittont60/master
Browse files Browse the repository at this point in the history
[Docs] fix typos
  • Loading branch information
fedml-alex authored Dec 27, 2023
2 parents cf1d682 + 1730eea commit f78d23f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/fedmlsdk/MobileNN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd build/train
sh build_x86_linux.sh
./build_x86_linux/demo.out mnist ../../../data/lenet_mnist.mnn ../../../data/mnist
# Use high percision model (Customized Softmax Operator):
# Use high precision model (Customized Softmax Operator):
./build_x86_linux/demo.out mnist ../../../data/lenet_mnist_high_precision.mnn ../../../data/mnist
# Use tabular type dataset for functional testing:
Expand Down
2 changes: 1 addition & 1 deletion installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ conda activate fedml-pip
conda install --name fedml-pip pip
pip install fedml
```
(Note: please use python 3.8 if you met any compatability issues. Currently, we support 3.7, 3.8, 3.9, 3.10, 3.11.
(Note: please use python 3.8 if you met any compatibility issues. Currently, we support 3.7, 3.8, 3.9, 3.10, 3.11.
on MacOS and Python 3.11, if you meet any issues, please run the command:
brew install autoconf automake libffi libtool pkg-config,
then run the command to install fedml again: pip install fedml)
Expand Down
4 changes: 2 additions & 2 deletions iot/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FedIoT: Federated Learning for Internet of Things
This is the offical implementation of the paper: \
This is the official implementation of the paper: \
**Federated Learning for Internet of Things: A Federated Learning Framework for On-device Anomaly Data Detection** \
Tuo Zhang*, Chaoyang He*, Tianhao Ma, Lei Gao, Mark Ma, Salman Avestimehr \
(* means co-1st authors) \
Expand Down Expand Up @@ -33,7 +33,7 @@ Reference: https://projects.raspberrypi.org/en/projects/raspberry-pi-setting-up/
* Install Raspberry Pi OS on your SD card via Raspberry Pi Imager
* Choose Raspberry Pi OS Lite (64-bit)
* Choose SD card you would like to install it on
* Click gear icon and configurate as the following
* Click gear icon and configure as the following
<div align="left">
<img src="doc/raspberry_setup.gif" width="300px">
</div>
Expand Down
2 changes: 1 addition & 1 deletion python/fedml/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Options:
-app, --application_name TEXT Application name in the My Application list at FedML® Nexus AI Platform
-jn, --job_name TEXT The job name at FedML® Nexus AI Platform If you don't specify here, the job name from the job yaml file will be used.
-ds, --devices_server TEXT The server to run the launching job, for the launch platform, we do not need to set this option.
-de, --devices_edges TEXT The edge devices to run the launching job. Seperated with ',', e.g. 705,704. For the launch platform, we do not need to set this option.
-de, --devices_edges TEXT The edge devices to run the launching job. Separated with ',', e.g. 705,704. For the launch platform, we do not need to set this option.
-u, --user TEXT user id or api key.
-k, --api_key TEXT user api key.
-v, --version TEXT start job at which version of MLOps platform. It should be dev, test or release
Expand Down
2 changes: 1 addition & 1 deletion python/fedml/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FedML framework provides APIs or references of various dataset for users to do e
- fed_shakespeare
- stackoverflow

## Trasnportation
## Transportation
- AutonomousDriving

## Finance
Expand Down
2 changes: 1 addition & 1 deletion python/fedml/data/UCI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Fedml framework provides APIs or references of various dataset for users to do e
- fed_shakespeare
- stackoverflow

## Trasnportation
## Transportation
- AutonomousDriving

## Finance
Expand Down

0 comments on commit f78d23f

Please sign in to comment.