Skip to content
View iryek219's full-sized avatar
  • Robotus
  • Seongnam-si, South Korea

Block or report iryek219

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. Colab commands Colab commands
    1
    !nvidia-smi                  # gpu info
    2
      
    3
    import tensorflow as tf      # gpu device
    4
    tf.test.gpu_device_name()
    5
    
    
  2. Colab memory info Colab memory info
    1
    from psutil import virtual_memory
    2
    ram_gb = virtual_memory().total / 1e9
    3
    print('Your runtime has {:.1f} gigabytes of available RAM\n'.format(ram_gb))
    4
    
    
    5
    if ram_gb < 20:
  3. h2-ml-ocr/docUnet.pytorch h2-ml-ocr/docUnet.pytorch Public

    Forked from teresasun/docUnet.pytorch

    This is a pytorch implementation of DocUNet: Document Image Unwarping via A Stacked U-Net

    Jupyter Notebook

  4. Intuitive-Guide-to-Maxwells-Equations Intuitive-Guide-to-Maxwells-Equations Public

    Forked from photonlines/Intuitive-Guide-to-Maxwells-Equations

    An intuitive and visual guide to understanding Maxwell's equations.

  5. h2-ml/learnopencv h2-ml/learnopencv Public

    Forked from spmallick/learnopencv

    Learn OpenCV : C++ and Python Examples

    Jupyter Notebook

  6. EspoTek/Labrador EspoTek/Labrador Public

    EspoTek Labrador is a USB device that transforms your PC or smartphone into a fully-featured electronics lab. This repo holds all of the source code!

    C++ 1.1k 116