When I do
~$ git clone https://github.com/tensorflow/models/tree/master/research/inception/inception
I get an error:
Cloning into 'inception'... remote: Not Found fatal: repository 'https://github.com/tensorflow/models/tree/master/research/inception/inception/' not found
And the URL actually works when I paste it into my browser. So I am confused about what the problem could be here. Thanks