Revision 30f4f6614a6a9d48b10cedc621d0d2e415d40bb9 authored by Zi Jian Yew on 15 March 2019, 09:14:56 UTC, committed by GitHub on 15 March 2019, 09:14:56 UTC
Fixed the iterator to include the 2014-06-26-09-31-18 dataset, otherwise oxford_generate_train_cases fails.
2 parent s c5b0bc6 + 3752740
Raw File
logging.conf
[loggers]
keys=root,simpleExample

[handlers]
keys=consoleHandler

[formatters]
keys=simpleFormatter

[logger_root]
level=DEBUG
handlers=consoleHandler

[logger_simpleExample]
level=DEBUG
handlers=consoleHandler
qualname=simpleExample
propagate=0

[handler_consoleHandler]
class=StreamHandler
level=DEBUG
formatter=simpleFormatter
args=(sys.stdout,)

[formatter_simpleFormatter]
format=%(asctime)s [%(levelname)s] %(name)s - %(message)s
datefmt=
back to top