using Neural Network Block to build your own Neural Network, and automatically generating to PyTorch code
Build your own Neural Network structure through our frontend page.
Save the JSON file of the Neural Network structure.
Put the JSON file into our JSON_loader.py and get the structure.
Interpret the structure into PyTorch code through Code_generator.py.