Skip to content
Snippets Groups Projects
browse.py 248 B
Newer Older

import numpy as np
import matplotlib.pyplot as plt

from KerasROOTClassification import *
logging.basicConfig()
logging.getLogger("KerasROOTClassification").setLevel(logging.INFO)

c = ClassificationProject(sys.argv[1])