0
点赞
收藏
分享

微信扫一扫

Python PyTorch 获取 MNIST 数据

小暴龙要抱抱 2024-04-25 阅读 8
爬虫
import requests
link = "http://www.santostang.com"
header = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 SE 2.X MetaSr 1.0" }
response  = requests.get(link,headers = header)
print(response.text)
举报

相关推荐

0 条评论