ethz-asl / segmap

A map representation based on 3D segments
BSD 3-Clause "New" or "Revised" License
1.07k stars 393 forks source link

Could this code support tensorflow 1.4? #101

Closed songjiaxina closed 6 years ago

songjiaxina commented 6 years ago

Hello,Thanks for great work. I want to know whether this code support tf-1.4, because changing the cuda-version is painful. Thanks a lot !

smauq commented 6 years ago

Yes, shouldn't be a problem as most of the code was developed on an even earlier release of tf. I think the only things you will need to change are tf.nn.softmax_cross_entropy_with_logits_v2 to tf.nn.softmax_cross_entropy_with_logits in here and here.