[45a3e1]: / darkflow / net / vanilla / __init__.py

Download this file

6 lines (3 with data), 98 Bytes

1
2
3
4
5
from . import train
def constructor(self, meta, FLAGS):
self.meta, self.FLAGS = meta, FLAGS