Skip to content

Instantly share code, notes, and snippets.

View siahuat0727's full-sized avatar

siahuat0727

View GitHub Profile
@ngrislain
ngrislain / py38-success.ipynb
Last active May 3, 2024 02:13
py38 success.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hysts
hysts / extract_images.py
Created November 11, 2018 11:31
Extract images from Tensorboard log
#!/usr/bin/env python
import argparse
import pathlib
import numpy as np
import cv2
from tensorboard.backend.event_processing import event_accumulator
def main():

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by