Skip to content
View liorshk's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report liorshk

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

  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 320 90

  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: