-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train.py gives tensorflow ValueError: No variables provided #35
Comments
Hi WPSanberg, It seems to me that we are meeting the similar problem, i posted my question in the previous thread. Wenouyang |
Hello , I don't know where the problem is in what you did , |
To me this looks like the tensor |
Hi Marvin, By the way, I get the same error message if I try to run the training process with the original configuration on the KITTI data. |
It seems to be python-related, I changed from python 3.5 to python 2.7 and the KITTI training works out of the box now. |
Yeah, if I find some spare time, I will look into python 3.5. In theory it should work out of the box. |
It because the return format of zip() is different between python2 and 3. |
@WPSanberg how to comment out line 123,train.maybe_download_and_extract(hypes),it should be what |
I already had the data and did not want the script to download it again, so I
commented it out fully, without replacing it/changing it to something else.
2018-05-14 16:40 GMT+02:00 1464256670 <notifications@github.com>:
… @WPSanberg <https://github.com/WPSanberg> how to comment out line
123,train.maybe_download_and_extract(hypes),it should be what
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZuCwbYVZlWlmz3zbC6lW5HSCBe4_AcJks5tyZdggaJpZM4M1s6E>
.
|
Nothing. Just go to Format and Comment out that region. |
I try to train the KittiSeg net on my own data, so I have generated Kitti-like groundtruth masks, exported my DATA and RUN directories and created train/val txt files (and put those in KittiSeg.json. When I then run train.py, it starts and initialises the net, but it fails on training with the tensorflow ValueError 'no variables provided'. That does not sound data-set related or so. Do you know what should I update/provide/change to fix that?
possibly related things:
Could that last one cause some values to be empty or is it something else?
The text was updated successfully, but these errors were encountered: