numscan/run.py

9 lines
91 B
Python
Raw Permalink Normal View History

#!/usr/bin/env python3
import pickle
weights = pickle.load(open("weights.pkl", "rb"))