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

Highlights

  • Pro

Block or report iryek219

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-org/Labrador espotek-org/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.2k 128