No such file or directory:train_918000_1836000.csv
zzzzzz0407 opened this issue · 12 comments
Firstly, thanks a lot for updating your tutorial in time , and i follow your steps which you required.
Everything seems good until the error appears:
and in that directory i only to find as following:
it generate the train_918000_1836000.log but no train_918000_1836000.csv
I do not know where the problem is,can you help me?
(PS:for the mp4 is too large, i just cut it to 3000 frames and i also changge the NUM_FRAMES="3000")
You will need the full mp4 to run the script.
Please delete any files/folders in the experiments subdirectory and re-run the script with the full mp4.
The folders are necessary. Please re-create them and only delete t he contents.
I cannot debug without the full log. Please paste the full log.
Please cat the log files in this directory:
/home/zhangrf/reborn/data/experiments/coral-reef-long/train/coral-reef-long_convnet_32_32_1.pb-non_blocked_mse.src/
Thanks firstly,but when i pip install protobuf==2.6.1 and uninstall the 3.4.1 manually, the tensorflow can not work, i re-install the tensorflow but it will automaticlly update the protobuf to 3.4.1,i do not know what to do!
And i would liake to kown if the tensorflow have installed in tensorflow-noscope that i do not have to install myself?
I can not generate the train_918000_1836000.csv in related directory.
in my jackson-town-square_convnet_128_32_0.pb-non_blocked_mse.src/train_918000_1836000.log, it appears:
it show me my protobuf version is 3.2.0
but when i use the command: protoc --version
it shows this: libprotoc 2.6.1
when i use the command: pip show protobuf
it shows this:
I can not figure out which verison do i have.And i try to delete the protobuf==3.4.0 and install the protobuf==2.6.1 ,then tensorflow can not work well, i do not know what to do ,can you help me?
( PS: all this is in anaconda's virtual environment,and i install or delete the protobuf use the conda command)
tensorflow-noscope requires a specific version of protobuf unrelated to your conda environment. You'll need to match what you have installed with what is linked.
Can you teach me how to link it? I have try many method from online but all failed...
Due to resource constraints, I can only help with NoScope specific issues. We are in the process of reworking parts of NoScope, so I would recommend waiting until the next release.