peikexin9 / deepxplore

DeepXplore code release
MIT License
393 stars 146 forks source link

a question about Dring model #6

Closed BT123 closed 6 years ago

BT123 commented 6 years ago

The paper of NVIDIA about self-driving introduce the model you use, but the input layer is 200*66.

In your model, the size of input tensor is 100*100.

Which one is the right size in real world?

Thank you~~~

peikexin9 commented 6 years ago

Hi @BT123 20066 should be the official one. But I believe there is no uniformly right size ;-) We found 100100 also works well.