Dongjoon(DJ) Park

Results 2 comments of Dongjoon(DJ) Park

Thanks for the prompt response. Based on the tensorboard, it seems like yours also took like a day and 14hrs for 350 epochs. Thanks for the suggestion though. I already...

For those whose os is windows, replace `frame_names.extend(glob.glob(os.path.join(path, "*" + ext)))` to `frame_names.extend(glob.glob(path + "/*" + ext))` in data_loader.py's line 59 and line 123. Also, replace ``` "train_data_folder": "/20bn-jester-v1/", "val_data_folder":...