flownet3d
flownet3d copied to clipboard
Data damage?
Hi, @xingyul , thanks for your sharing codes and it is great. But i got a little trouble while testing it, could you or anyone help me? I downloaded the processed data of flyingtings3d which is around 11GB, i extracted it and put the folder under data_processing, and then i run 'sh command_train.sh" as you suggested.There is the error :
2019-09-30 13:38:13.146499: W tensorflow/core/framework/allocator.cc:108] Allocation of 33554432 exceeds 10% of system memory.
-- 010 / 032 --
mean loss: 1.026778
Traceback (most recent call last):
File "train.py", line 283, in
Is there anything wrong with the data i downloaded ?
Can you print out the filename of the .npz file that cause the problem?
Hi @xingyul , Thanks for answering me. But I think none file is in processing... Doesn't this problem occur as long as the first data file is read?
Hi, if you take a look at the dataset file, the code read each npz file one by one. From the error message you showed, it seems like there is an error during the reading of the npz file. It would be helpful to check if the npz filename is correct.

Hi @xingyul thanks for your attention. This is the processed data folder, i dont spot any mistake?