Skip to content
View ralphscheu's full-sized avatar

Block or report ralphscheu

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. xvector_laryngectomy xvector_laryngectomy Public archive

    Source code for the paper "Applying X-Vectors on pathological speech after larynx removal" submitted to ASRU2021.

    Jupyter Notebook 1

  2. deeplearning-vulnerability-detection deeplearning-vulnerability-detection Public archive

    Source code for my bachelor's thesis "Deep learning assisted vulnerability detection and classification in C/C++ source code"

    Jupyter Notebook 4 1

  3. vgn-departures-display vgn-departures-display Public

    Simple "Next departures" display for running on a mounted screen or embedding in a website or dashboard.

    Python

  4. auto-select free CUDA devices for tr... auto-select free CUDA devices for training in python
    1
    import subprocess, sys
    2
    import numpy as np
    3
    from io import StringIO
    4
    
    
    5