OAID / Caffe-HRT

Heterogeneous Run Time version of Caffe. Added heterogeneous capabilities to the Caffe, uses heterogeneous computing infrastructure framework to speed up Deep Learning on Arm-based heterogeneous embedded platform. It also retains all the features of the original Caffe architecture which users deploy their applications seamlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to resolve host address ‘ftp.openailab.net’

yanmj11 opened this issue · comments

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]

How can I come into contact with this website?
Thank you very much!

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]

How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Me too. Where can we get this .sh file?

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

Hi !

I resolved it by using this link (they give a link to download those files) :
#33

Here are the link, if you want to download directly :
https://github.com/OAID/CaffeOnACL/files/1650914/gen-pkg-config-pc.sh.txt
https://github.com/OAID/CaffeOnACL/files/1650915/Makefile.txt

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

Hi !

I resolved it by using this link (they give a link to download those files) :
#33

Here are the link, if you want to download directly :
https://github.com/OAID/CaffeOnACL/files/1650914/gen-pkg-config-pc.sh.txt
https://github.com/OAID/CaffeOnACL/files/1650915/Makefile.txt

Thank you for your files ,but when I run 'sudo ./gen-pkg-config-pc.sh',
the terminal reported :
cp: missing destination file operand after '/usr/local/AID/pkgconfig'
Try 'cp --help' for more information.

How can I resolve this problem?
Thank you very much!

commented

I followed the guide to install caffe on my ARM device.
But when I run wget ftp://ftp.openailab.net/tools/script/gen-pkg-config-pc.sh,
the terminal reported :
[wget ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
--2018-10-22 12:55:05-- ftp://ftp.openailab.net/tools/script/Computelibrary/Makefile
=> ‘Makefile’
Resolving ftp.openailab.net (ftp.openailab.net)... failed: Name or service not known.
wget: unable to resolve host address ‘ftp.openailab.net’]
How can I come into contact with this website?
Thank you very much!

Hi all,
having the same problem. Can someone help ?

Hello,have you already solved this problem?

Hi !
I resolved it by using this link (they give a link to download those files) :
#33
Here are the link, if you want to download directly :
https://github.com/OAID/CaffeOnACL/files/1650914/gen-pkg-config-pc.sh.txt
https://github.com/OAID/CaffeOnACL/files/1650915/Makefile.txt

Thank you for your files ,but when I run 'sudo ./gen-pkg-config-pc.sh',
the terminal reported :
cp: missing destination file operand after '/usr/local/AID/pkgconfig'
Try 'cp --help' for more information.

How can I resolve this problem?
Thank you very much!

Hello! Have you resolved the "cp: missing destination file operand after '/usr/local/AID/pkgconfig'
Try 'cp --help' for more information." problem? I'm facing that issue now...