EnvisEdge
EnvisEdge copied to clipboard
🚀 Feature: Implement MNIST classifier and data preprocessor
Description
- [ ] Implement FL classifier for MNIST
- [ ] Implement data preprocessor
Additional Content
Example methods for data loader class:
class MNISTDataloader:
def __init__():
pass
def load_mnist_data():
pass
def split_data():
# This method will split the dataset between clients
pass
def load_client_data():
# load data split from the c;lient
pass
Example of MNISTModel:
class ModelMNIST(nn.Module):
# Add your model below
pass
hey, I am new to open source but can I work on these?
Hi @yoohannes, Thanks for showing interest. Please join our discord server So that we can fill you in with the details. You can also checkout our readme for more info. Thanks
Hi @ramesht007. I'll look into this issue.
hey, @gagans20 thanks for showing interest. will assign it you.
Hi @ramesht007 ! I would like to work on this issue.
Hi @eshaanagarwal , thanks for taking interest. We can fill you in with details on discord. So that you can start working on it. thanks