Skip to content
View liorshk's full-sized avatar

Highlights

  • Pro

Block or report liorshk

Report abuse

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

Report abuse

Pinned Loading

  1. kfctl kfctl Public

    Running Kubeflow on Docker Desktop for Windows

    Dockerfile 1 1

  2. facenet_pytorch facenet_pytorch Public

    PyTorch implementation of the paper "FaceNet: A Unified Embedding for Face Recognition and Clustering"

    Python 329 89

  3. powerofaugmentation powerofaugmentation Public

    https://deeplearningmania.quora.com/The-Power-of-Data-Augmentation-2

    Python

  4. Create MLFlow runs with Sklearn Grid... Create MLFlow runs with Sklearn Gridsearch object
    1
    
                  
    2
    def log_run(gridsearch: sklearn.GridSearchCV, experiment_name: str, model_name: str, run_index: int, conda_env, tags={}):
    3
        """Logging of cross validation results to mlflow tracking server
    4
        
    5
        Args: