-
Notifications
You must be signed in to change notification settings - Fork 21
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
Jetpack 3.1 Results #1
Comments
Hey @AlexanderRobles21, deeplab models generally don’t work with tf versions below 1.5 If you upgrade you tf, please let me know if you get good results. I face strange visualizations on the jetson. |
Hi @gustavz . Recently, I tested on Jetpack 3.2 using TF 1.6 (video_input: /dev/video1) and found this issue: [[Node: image_pooling/weights = Constdtype=DT_FLOAT, value=Tensor<type: float shape: [1,1,320,256] values: [[[0.0296224877 0.0163402725 0.00512141641]]]...>, _device="/job:localhost/replica:0/task:0/device:GPU:0"]] I am not sure if the problem is due on the Jetson memory capacity. |
@AlexanderRobles21 when/where do you face this error? |
Hey @gustavz , I face this error when I try to compile run.py Configuration: |
@AlexanderRobles21 Can you post a sample screenshot of your results? Anyways, have you ever been able to run the original deeplab repo on the jetson? I don't, so i guess it is tensroflow related. i opened an issue about this months ago, but it did not seem to be of any interest for the tensorflow guys... |
@gustavz , this is a sample screenshot when demo.py runs. This result is the same issue that you opened in tensorflow models. when I try to compile run.py using TF1.5: |
@AlexanderRobles21 Thats the same crap i see on my Jetson. I don't think this is easy solvable, but needs to be done internally by tensorflow :/ |
HI! @naisy, this is really good! |
Hi, @AlexanderRobles21 My enviromnent is here.
|
I uninstalled CUDA 9 from JetPack 3.2 and installed CUDA 8 instead. It seems to be probably related to CUDA 9. |
@naisy thanks for investigating this! How do you install CUDA8 on the Jetson, does it work the same way how you do it on a x86_64 architecture with the deb files? |
Hi @gustavz,
I have not confirmed it in x86_64 architecture. |
you installed cuda 8 with apt get? And with that everything works for you? Do you have JetPack 3.2, CUDA8 Tensorflow Wheelfiles? Version higher than 1.5 would be great! I had a look at your enivronment, do you plan a JetPack3.2 / py2.7 Version? |
Hi @gustavz, JetPack 3.2/CUDA8 had been broken window manager. |
Do you mean with "broken window manager" That visualizing the ubuntu OS on a desktop fails? |
Hi GustavZ, Session was alive. So, I could launch desktop. But "broken window manager". I can not recommend that environment. By the way, in run.py |
@naisy yes i saw similar with the config. Do you still use it? I would be very interested how it looks, could you make some screenshots with the broken window manager? |
Hi @gustavz, Sorry, I deleted the broken environment. The environment is here if you are OK with Python 3.6 with JetPack 3.1. |
HI , @gustavz |
I did not try it. But as naisy states, it should be possible with JetPack3.1 |
HI @gustavz |
Hi @gustavz !
I tested run.py (changed video_input) using TF 1.3, and got this problem:
InvalidArgumentError (see above for traceback): NodeDef mentions attr 'dilations' not in Op<name=Conv2D; signature=input:T, filter:T -> output:T; attr=T:type,allowed=[DT_HALF, DT_FLOAT]; attr=strides:list(int); attr=use_cudnn_on_gpu:bool,default=true; attr=padding:string,allowed=["SAME", "VALID"]; attr=data_format:string,default="NHWC",allowed=["NHWC", "NCHW"]>; NodeDef: MobilenetV2/Conv/Conv2D = Conv2D[T=DT_FLOAT, data_format="NHWC", dilations=[1, 1, 1, 1], padding="SAME", strides=[1, 2, 2, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/gpu:0"](sub_7, MobilenetV2/Conv/weights/read). (Check whether your GraphDef-interpreting binary is up to date with your GraphDef-generating binary.).
[[Node: MobilenetV2/Conv/Conv2D = Conv2D[T=DT_FLOAT, data_format="NHWC", dilations=[1, 1, 1, 1], padding="SAME", strides=[1, 2, 2, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/gpu:0"](sub_7, MobilenetV2/Conv/weights/read)]]
I think you tested on Jetpack 3.2, sure?
Any configuration is necessary for deeplabv3 (installation)?
The text was updated successfully, but these errors were encountered: