Skip to content

Instantly share code, notes, and snippets.

View Gareth001's full-sized avatar

Gareth Booth Gareth001

  • Brisbane, Queensland
View GitHub Profile
@Gareth001
Gareth001 / TCAV InceptionV3 keras.py
Last active May 10, 2019 07:46
InceptionV3 keras v2.2.4 public image model wrapper for TCAV.
from keras.applications.inception_v3 import InceptionV3
from keras.models import Model, load_model
import keras.backend as K
import model as tcav_model
import tcav as tcav
import utils as utils
import activation_generator as act_gen
import tensorflow as tf
import utils_plot as utils_plot