Nader Mansour

Results 3 issues of Nader Mansour

the function def splitdata(path, train_num, val_num) is not executed in "generate_nolabel.py" so the file "msvd_dataset_final.npz" is not generated so i can't run "input_generator.py"

``` barcode_format = barcode.get_barcode_class('code128') code = barcode_format(input, writer=ImageWriter(), ) code_path = BASE_PATH + 'code' path = code.save(code_path, {"font_size": font_size}) ``` ``` width, height = font.getsize(subtext)\nAttributeError: 'FreeTypeFont' object has no attribute...

when i try to run test file python i3d_test.py this message appears and the process is skipped . "tensorflow/core/framework/allocator.cc:107] Allocation of 513802240 exceeds 10% of system memory" [ SKIPPED ]...