Skip to content

Instantly share code, notes, and snippets.

@Kakarot-2000
Last active May 3, 2021 05:30
Show Gist options
  • Save Kakarot-2000/ae7a013a3143c3ea35084d07cb7281aa to your computer and use it in GitHub Desktop.
Save Kakarot-2000/ae7a013a3143c3ea35084d07cb7281aa to your computer and use it in GitHub Desktop.
import tensorflow as tf
import numpy as np
import pandas as pd
import cv2
import keras
from tensorflow.keras.applications.vgg16 import VGG16,preprocess_input
from tensorflow.keras.applications import ResNet50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment