Skip to content
View ZachisGit's full-sized avatar
:octocat:
:octocat:
  • avameo GmbH
  • Wiesbaden

Block or report ZachisGit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ipfs-arxiv ipfs-arxiv Public

    Machine Learning papers from arXiv hosted on IPFS website.

    Python 44 11

  2. LearningFromHumanPreferences LearningFromHumanPreferences Public

    Learning From Human Preferences - Tensorflow+Keras Implementation

    Python 18 4

  3. apt-docker apt-docker Public

    apt-get for docker

    Shell 9 1

  4. Make your model Tensorflow Serving c... Make your model Tensorflow Serving compatible and modify it to accept png encoded images as input and return png encoded images as output.
    1
    '''	ExportModel.py - TF-Serving
    2
    #	Basically we are wrapping your pretrained model
    3
    #	in a tensorflow serving compatible format.
    4
    #	This excepts base64 encoded png images and uses
    5
    #	them as input to your model. Then we convert