Skip to content

Instantly share code, notes, and snippets.

View leondgarse's full-sized avatar
🧛
I'm a vampire!

leondgarse

🧛
I'm a vampire!
View GitHub Profile
import functools
import numpy as np
import tensorflow.compat.v1 as tf
from tensorflow.python.tpu import tpu_function
BATCH_NORM_DECAY = 0.9
BATCH_NORM_EPSILON = 1e-5
@fnky
fnky / ANSI.md
Last active May 5, 2024 11:49
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27