TensorMSA / tensormsa

Deep learning GUI frame work for enterprise
107 stars 18 forks source link

Issues to solve #4

Open seungwookim opened 7 years ago

seungwookim commented 7 years ago
  1. eval common function that manage eval result and handle db transaction
  2. actual eval functions for each neural networks
  3. on prediction time we need to cache model and graph for faster response speed
  4. we need to prepare for the situation that many users tries to execute train at a same time which means we need job handler managing number of jobs can be run at once.
  5. we need to make jupyter samples and java samples for pilot programs
  6. data nodes and net nodes must be worked on all combinations (that's why we create feeder node)
  7. need to replace all deprecated method to new function (you can check it on console)
  8. we need services to see, modify and delete what we set on nodes (for now we only have insert functions)
  9. batch version also need to be handled (need to build common functions first)
  10. check nginx server and celery works fine on real server (starting with 172...)
  11. seq2seq (performance, parms(hard coded like vector size), early stop function
  12. we also need crud functions on the level of state (including all nodes on certain net and version)
  13. new features has to be developed (autoencoder, ontology(sparql), gan, reinforcement.. etc)

hope we can fix all above problems in 2 weeks !

good luck guys