Closed
Description
We now have 2 versions of the app:
- v0.2.0 on https://code-generator.netlify.app/ (next version preview) from
main
branch - v0.1.0 on https://share.streamlit.io/pytorch-ignite/code-generator from
master
branch
The new version is made with Vue 3 while the old one is made with Streamlit.
Features lacked in new app, present in old app
- Introductory page - PR: chore: add a landing page #124
- Multiple templates - PR: feat(template): complete cifar10 classification #118 feat(template): add dcgan template #119 feat(templates): add a image segmentation template #129 feat(templates): port text classification template (WIP) #131
- TerminateOnNaN, TimeLimit, EarlyStopping, and Timer handlers - PR: fix: restructure and add more Ignite core features #116
- Unit Testing Options - PR: test: add
test_all.py
, addinclude_test
checkbox #133 - Code copy button - PR: feat: add copy button for code #106
- README markdown is not rendered
Features lacked in old app, present in new app
- Resizable panes
- Deterministic Training
- Brand colors and styles
- Line numbers, file extensions appearance
- Customization (ofc with maintenance)
- Blob storage download link (shorter than base64 link)
New features to be added in new version
- Download successful message - PR: feat: show thanksgiving message after download #109
- Make app looks good on mobile - Issue: Make app looks good on mobile #104, PR: feat: make app looks good on mobile #105 feat: add sidebar for left pane for mobile #108
- Add respective file icons beside file names - PR: feat: add file icons beside file names #110
Small fixes:
UI
- scrolling bug (fix: scroll to top after navigation #151)
- split between windows (fix: split the panes by 40/60 #148)
- disable trainer-logger tags if no template (fix: disable clicking if no template is chosen #153 )
Set default configuration (#154 )
- preconfigured handlers
- checkpoints
- out folder
- tb by default
Misc
- ClearML (fix: correct naming for loggers #149)
- Export to Colab (fix: open in colab #162 )
- Link v0.2.0 URL in old code-generator app (Add v0.2.0 info and url in old app #159 )
- Bug with closing help window (feat: add help for getting started steps #156 )
- New line trimming: like Jinja does maybe? (fix: whitespaces and \n(s) #152 )
- pytest in requirements (fix: include pytest in requirements.txt #150)
- READMEs update (fix: bump epochs batch size to larger ones, update READMEs #155)
- larger epochs, batch size (fix: bump epochs batch size to larger ones, update READMEs #155)
Metadata
Metadata
Assignees
Labels
No labels