ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
717 stars 209 forks source link

Issue when trying to download fork for darknet weight export #198

Closed pladosz closed 3 years ago

pladosz commented 3 years ago

Hi,

When I try to download repository necessary to export weights from darknet [https://git.hipert.unimore.it/fgatti/darknet.git], I get error:

fatal: unable to access 'https://git.hipert.unimore.it/fgatti/darknet.git/': Failed to connect to git.hipert.unimore.it port 443: Operation timed out

Could you please advise?

Thanks!

rickymedrano commented 3 years ago

I just tested it and it works git clone https://git.hipert.unimore.it/fgatti/darknet.git

pladosz commented 3 years ago

Hi,

I just checked with internet tethered from my phone and indeed it works. Could it be that my university network blocks this specific port?

rickymedrano commented 3 years ago

Hi,

I just checked with internet tethered from my phone and indeed it works. Could it be that my university network blocks this specific port?

No idea, that's on your end and you would need to investigate it. It could be your university network blocking certain sites or the hipert.unimore.it site that was temporarily down.

mive93 commented 3 years ago

Hi @pladosz,

yeah, we had problems with the university gitlab. Now it should be fixed. Thanks @rickymedrano for the quick support.

pladosz commented 3 years ago

Thanks for all the help and replies. I think there is an issue with network settings on our end, as I still can't access it from my university network. I think this can be closed now? (Other networks work fine though)