Last active
May 3, 2021 05:30
-
-
Save Kakarot-2000/ae7a013a3143c3ea35084d07cb7281aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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