Skip to content
View kundank78's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report kundank78

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. Colorization_GAN Colorization_GAN Public

    Gray-scale Image Colorization using Conditional Generative Adversarial Network

    Jupyter Notebook 6 3

  2. SpatialTransformer SpatialTransformer Public

    Implementation of Spatial Transformer Networks in Pytorch.

    Jupyter Notebook 11 1

  3. DeepCORAL DeepCORAL Public

    Implementation of DeepCoral networks for Domain Adaptaion.

    Jupyter Notebook 8 1

  4. Style-Transfer Style-Transfer Public

    Style Transfer in PyTorch

    Jupyter Notebook 2

  5. Toy Tail - Mimic linux `tail -f` fun... Toy Tail - Mimic linux `tail -f` functionality using inotify sys call
    1
    package main
    2
    
    
    3
    import (
    4
    	"fmt"
    5
    	"github.com/fsnotify/fsnotify"
  6. Rate-Limiter Rate-Limiter Public

    Golang rate limiter implementation

    Go