this project is based on :
Federated Learning
Autoencoder
- Create a new folder called "Dataset" outside the downloaded folder
- Create a new folder called "logs" outside the downloaded folder
- Create a new folder called "save_objects" outside the downloaded folder
- Create a new folder called "save_models" outside the downloaded folder

- using CPU
python train.py
- using GPU
python train.py --gpu=0
- e.g. global epoch = 1, model = Convolutional Autoencoder
python train.py --gpu=0 --global_ep=1 --model=cnnae
- using CPU
python test.py
- using GPU
python test.py --gpu=0
- e.g. test Autoencoder model
python test.py --gpu=0 --model=ae