Consider another scenario where you are applying a Deep Learning Model on a huge image dataset and you don't have enough memory to store the entire dataset, this problem can also be solved by using Divide And Conquer. The dataset can be divided into smaller chunks and stored in the blockchain and can be used to train the model by downloading and deleting different parts of the dataset
dividenconquer.upload()
to upload the dataset into web3.storagedividenconquer.download_first()
to download the first batch of the datasetdividenconquer.download_next()
The main problem was the synchronous download of the data batch by batch, if the data was fetched after the previous one is completed, then the entire code would have some amount of empty time between batch 1 and batch2
It was interesting to work with wix , but also time consuming since this was our first time with the platform,we were unable to handle few customizations for our website
Different problems include finding a proper classification algorithm that can perform incremental learning and also exploring Wix to create a website which proved to be pretty useful in the end
we were unable to execute the store function in python , since the documentation only had js
main.py
fileDiscussion