Files @ 7cb01d4080c9
Branch filter:

Location: OneEye/exp/kerokero/config.py - annotation

Laman
a hinted neural network (failed)
import os
import json
import logging as log


log.basicConfig(level=log.INFO,format="%(asctime)s %(levelname)s: %(message)s")
thisDir=os.path.dirname(__file__)

with open(os.path.join(thisDir,"ftp.json")) as f:
	ftp=json.load(f)