Skip to content

Instantly share code, notes, and snippets.

@sgsg704
Created November 26, 2021 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgsg704/6088e5914adc856e064868f01fbed7d9 to your computer and use it in GitHub Desktop.
Save sgsg704/6088e5914adc856e064868f01fbed7d9 to your computer and use it in GitHub Desktop.
import tensorflow as tf
import numpy as np # linear algebra
import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)
import matplotlib.pyplot as plt
import cv2
import os
from tensorflow.keras.layers import Dense,BatchNormalization
from sklearn.model_selection import train_test_split
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment