Closed liuquangao closed 7 months ago
single_eval_pos_gen=get_uniform_single_eval_pos_sampler(config.get('max_eval_pos', config['bptt']), min_len=config.get('min_eval_pos', 100))
Yeah, then the training set is simply empty. That is fine for our model, even though it sounds a little strange.
Thank you for your patience.
single_eval_pos_gen=get_uniform_single_eval_pos_sampler(config.get('max_eval_pos', config['bptt']), min_len=config.get('min_eval_pos', 100))