mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-29 00:17:44 +00:00
2d4e9c41fc
* scen * scen2 * app * fix * Simplify workflow * We can share more code in new scenarios * rename model to rd loop * Optimize data path * Update rdagent/app/data_mining/model.py * Add TODO * Support GPU * gpu --------- Co-authored-by: SH-Src <suhan.c@outlook.com>
11 lines
523 B
Markdown
11 lines
523 B
Markdown
We encourage to set the TODOs in code. But some TODOs are more global.
|
|
So we place it here.
|
|
|
|
|
|
- [ ] Aligning the naming of files in components & scenarios.
|
|
- We would like to have the same logic for naming convention in components(reusable components for all scenarios) and scenarios (componets for specific scenario).
|
|
- But now we have following mismatch
|
|
- `coder` in `components` & `developer` in `components`
|
|
- [ ] The name of the folders mismatch with the content in them.
|
|
- Why are scenarios in experiments?
|