ML-TANGO / TANGO

public repo for TANGO (Target Aware No-code neural network Generation and Operation framework)
Other
68 stars 20 forks source link

Need to sort out the AutoNN directory (and its sub-directories) #136

Closed HyunwooCho closed 4 months ago

HyunwooCho commented 4 months ago

AutoNN directory is composed of different sub-modules. Each module would become docker container with its dedicated port numbers.

But AutoNN itself also has its 'backend' directory and manage.py, requirements.txt, even port number for container, which are not used in any cases. It could cause unnecessary confusion for current and future contributors, so needs to clean up at some point.