Skip to content
Snippets Groups Projects
browse.py 142 B
import sys

import numpy as np
import matplotlib.pyplot as plt

from KerasROOTClassification import *

c = ClassificationProject(sys.argv[1])