Код: Выделить всё
import numpy as np
import pandas as pd
import os
import tensorflow as tf
import keras
from keras.applications import VGG19
from keras.models import Sequential
from keras.layers import Dense, Dropout
import matplotlib.pyplot as plt
from sklearn.model_selection import train_test_split
import cv2
Подробнее здесь: https://stackoverflow.com/questions/677 ... d-the-resp