简体   繁体   English

如何访问https://storage.googleapis.com/modelzoo?

[英]How to access https://storage.googleapis.com/modelzoo?

I notice that some pretrain-ed models are stored on https://storage.googleapis.com/modelzoo . 我注意到一些经过预训练的模型存储在https://storage.googleapis.com/modelzoo上 For example: 例如:

I guess there are a lot of models have been stored on the website. 我想网站上已经存储了很多模型。 My question is how to access this mdoelzoo to these models. 我的问题是如何将mdoelzoo访问这些模型。

You can use wget to download the files locally where you can refer to them later, eg: 您可以使用wget在本地下载文件,以供以后参考,例如:

wget https://storage.googleapis.com/modelzoo/InceptionV1.pb

If wget is not installed you can install it as per the following instructions . 如果未安装wget,则可以按照以下说明进行安装。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何访问https://storage.googleapis.com/download.tensorflow.org/models/inceptions5h.zip - How can I access to https://storage.googleapis.com/download.tensorflow.org/models/inceptions5h.zip 什么是 https://storage.googleapis.com 以及如何使用和探索它? - What is https://storage.googleapis.com and how do I use and explore it? 预期 OAuth 2 访问令牌、登录 cookie 或 ml.googleapis.com 的其他有效身份验证凭据 - Expected OAuth 2 access token, login cookie or other valid authentication credential for ml.googleapis.com 通常从 GKE 调用 tf.io.gfile 方法时出现 DNS 失败:“无法解析主机 'www.googleapis.com'” - Commonly getting DNS failure calling tf.io.gfile methods from GKE: “Couldn't resolve host 'www.googleapis.com'” 使用 Keras 时如何直接从 Google Cloud Storage (GCS) 访问图像? - How to access images directly from Google Cloud Storage (GCS) when using Keras? 代码python中的深层anpr错误?https://github.com/matthewearl/deep-anpr - deep anpr error in code python ?https://github.com/matthewearl/deep-anpr 例外:https://s3.amazonaws.com/text-datasets/imdb.npz 上的 URL 获取失败:无 -- [WinError 10060] - Exception: URL fetch failure on https://s3.amazonaws.com/text-datasets/imdb.npz: None -- [WinError 10060] Azure 存储身份验证问题通过 tensorflow 中的 oauth 问题:ZEA52C36203C5F99C3CE244 2Dcertpath31 访问权限问题? - Azure storage auth issue via oauth in tensorflow: Problem with the SSL CA cert (path? access rights?) 如何从内部存储加载 Tensorflow model? - How to load Tensorflow model from internal storage? 执行 tensorflow 示例时访问被拒绝错误 - https://www.tensorflow.org/tutorials/load_data/images - Access denied error while executing tensorflow example - https://www.tensorflow.org/tutorials/load_data/images
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM