Skip to content

Instantly share code, notes, and snippets.

@msaroufim
Last active November 2, 2022 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save msaroufim/c105dd6c056b3e760b5e6e93240100a1 to your computer and use it in GitHub Desktop.
Save msaroufim/c105dd6c056b3e760b5e6e93240100a1 to your computer and use it in GitHub Desktop.
sudo apt-get install pylint
pyreverse serve/ts
dot -Tpng  classes.dot -o serve.png
  • Densetnet handler needs to be moved out into an example
  • Model loader has max pixel size as an argument but should be generic to any model type
  • context class very useful to look at
  • Argmax model seems out of place
  • Model loader and TsModelLoader seem to be doing the exact same thing
  • Model service vs TorchModelServiceWorker?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment