Vici di Lochi

Results 2 issues of Vici di Lochi

Hello, Trying to implement a way to question PDFs locally and get answers only based on data from the docs. I have already find a way to embed the data...

This error happened even after implementation of : ``` class Canary(object): def __init__(self): canary_dir = download(DATA_DIR) canary_meta_data = os.path.join(canary_dir, 'model.opt') with open(canary_meta_data) as f: opt = json.load(f) **opt['early_stopping'] = False...