tensorflow官网无法访问

reference:

www.jianshu.com/p/3976adc80fc3


1.Ubuntu

在文件/ect/hosts中新增一行(sudo gedit /etc/hosts):

64.233.188.121 www.tensorflow.org

2.Windows

在C:\Windows\System32\drivers\etc目录下的hosts文件中添加一行(需修改文件权限):

64.233.188.121 www.tensorflow.org 



猜你喜欢

转载自blog.csdn.net/breeze5428/article/details/77823551