This is the source directory of Code-Generator App.
assets
- includes image filescomponents
- includes Vue componentscomponents/css
- includes the common css code used in componentsmetadata
- includes the data of the app in json format (Distributed/Non-distributed training values, Ignite Handlers, and Loggers)templates
- includes deep learning training template scripts
This directory contains components - building blocks used in the Code-Generator App.
The following table explains the usage of some notable components. The components that are not in the following table are self-explanatory.
Component name | Description |
---|---|
CodeBlock |
Use for showing the code |
Footer |
Use for footer |
FormCheckbox |
Use for checkbox input |
FormInput |
Use for text/number input |
FormRadio |
Use for radio input |
FormSelect |
Use for select item input |
Instruction |
Use for showing how to get started |
Message |
Use for showing the status of user input event (copying code, missing configuration values when attempting to download) |
NavBar |
Use for navigation bar |
NavHelp |
Use for showing step by step guide |
PaneLeft |
Use for everything in the left pane |
PaneRight |
Use for everything in the right pane |
PaneSplit |
Use for how to split the left pane, right pane, and split line |
TabHandlers |
Use for Handlers tab of the left pane |
TabLoggers |
Use for Loggers tab of the left pane |
TabTemplates |
Use for Templates tab of the left pane |
TabTraining |
Use for Training tab of the left pane |