9 lines
91 B
Python
Executable File
9 lines
91 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import pickle
|
|
|
|
|
|
weights = pickle.load(open("weights.pkl", "rb"))
|
|
|
|
|