sunny1072

Results 2 issues of sunny1072

Hi, While running gen_imglist_rnet.py I am getting below error. `Traceback (most recent call last): File "gen_imglist_rnet.py", line 20, in with open(os.path.join(data_dir, '%s/pos_%s.txt' % (dir_name, size)), 'r') as f: FileNotFoundError: [Errno...

--------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 hyperopt_opt_hp = optimize(trials, hyperopt_hp_grid) in optimize(trials, space) 1 trials = Trials() 2 def optimize(trials, space): ----> 3 best =...