-
Notifications
You must be signed in to change notification settings - Fork 123
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
Weird problem on Jetson TX2 #21
Comments
Hey, I'm also having this issue. Did you manage to solve it or have any ideas of what could be the problem? flo |
Could you post exactly the version of TF and CUDA you are using? I was having the same issue but solved it using tf.nn.conv2d instead of the unstable code from tf.contrib.slim. Apparently the slim implementation of convs have something going wrong in the code. Either try an older version or completely bypass the use of slim module |
@flomed @Archon512 |
Ok so before I was using tf1.8, cuda9, cudnn7, python2.7 on the tx2. Now I installed tf1.3, cuda8, cudnn6, python2.7 but the resulting images still look completely random and different from the ones on my pc. Keep me up to date if you manage to rewrite the model and get it working |
@flomed |
I was using pre compiled .whl file. I thought I'd give a different pre compiled tf1.3 file a try and it's working now. Thanks for the tip. |
@s7ev3n I have same problem my TX1. I tested video, but my frame rate is 1~2 fps. How can i change TX1 system? |
Hi, thanks for your implementation.
I successfully trained a model on my own dataset, which has two classes. And I am deploying it on Jetson TX2. However, very weird things happen: the result on Jetson TX2 is totally different with my two servers(I trained a model on one server, and test it on another server) with the same tensorflow and CUDA, cuDNN version. The result on Jetson TX2 seems like random, and changes every time I run a test!
Is there any hints how to solve this problem? Thanks so much.
s7ev3n
The text was updated successfully, but these errors were encountered: