Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最后一步报错 FileNotFoundError: [Errno 2] No such file or directory: 'result.txt' #20

Open
wuhuaranran opened this issue Jul 2, 2021 · 3 comments

Comments

@wuhuaranran
Copy link

image

@Powerup5d
Copy link

最后一步出错的小伙伴
1.访问网址:https://drive.google.com/file/d/1ajR-yVWmZC_z7HgNjz4tivNz-vUCgKBC
复制model.ckpt-280000.data-00000-of-00001文件到谷歌云盘根目录

2.复制以下代码到第二步代码,点击左上角运行执行
from google.colab import drive
drive.mount('/content/drive')
!cp /content/drive/My\Drive/model.ckpt- 280000.data-00000-of-00001trained_models/model.ckpt-280000.data-00000-of-00001

3.执行第三步看是否能够成功加载

2021-02-21按照以上步骤成功加载,并且成功在Vmware中复现
环境:

https://www.cnblogs.com/ningvsban/p/4384995.html 👈安装指定版本Python

Python-3.6.5

pip install pandas==0.24.2 -i https://pypi.douban.com/simple
pip install regex==2019.4.14 -i https://pypi.douban.com/simple
pip install h5py==2.10.0 -i https://pypi.douban.com/simple
pip install numpy==1.18.4 -i https://pypi.douban.com/simple
pip install tensorboard==1.15.0 -i https://pypi. douban.com/simple
pip --default-timeout=100 install --upgrade -i https://mirrors.aliyun.com/pypi/simple tensorflow==1.15.0
pip install tensorflow-estimator==1.15.1 -i https://pypi.douban.com/simple
pip install tqdm==4.31.1 -i https://pypi.douban.com/simple
pip install requests==2.22.0 -i https://pypi.douban。 com/简单
pip install ujson==2.0.3 -i https://pypi.douban.com/simple
pip install launchpadlib==1.10.13 -i https://pypi.douban.com/simple

@myghid
Copy link

myghid commented Jul 8, 2021

最后一步出错的小伙伴
1.访问网址:https://drive.google.com/file/d/1ajR-yVWmZC_z7HgNjz4tivNz-vUCgKBC
复制model.ckpt-280000.data-00000-of-00001文件到谷歌云盘根目录

2.复制以下代码到第二步代码,点击左上角运行执行
from google.colab import drive
drive.mount('/content/drive')
!cp /content/drive/My\Drive/model.ckpt- 280000.data-00000-of-00001trained_models/model.ckpt-280000.data-00000-of-00001

3.执行第三步看是否能够成功加载

2021-02-21按照以上步骤成功加载,并且成功在Vmware中复现
环境:

https://www.cnblogs.com/ningvsban/p/4384995.html 👈安装指定版本Python

Python-3.6.5

pip install pandas==0.24.2 -i https://pypi.douban.com/simple
pip install regex==2019.4.14 -i https://pypi.douban.com/simple
pip install h5py==2.10.0 -i https://pypi.douban.com/simple
pip install numpy==1.18.4 -i https://pypi.douban.com/simple
pip install tensorboard==1.15.0 -i https://pypi. douban.com/simple
pip --default-timeout=100 install --upgrade -i https://mirrors.aliyun.com/pypi/simple tensorflow==1.15.0
pip install tensorflow-estimator==1.15.1 -i https://pypi.douban.com/simple
pip install tqdm==4.31.1 -i https://pypi.douban.com/simple
pip install requests==2.22.0 -i https://pypi.douban。 com/简单
pip install ujson==2.0.3 -i https://pypi.douban.com/simple
pip install launchpadlib==1.10.13 -i https://pypi.douban.com/simple

依旧报错呀

@15921483570
Copy link

最后一步出错的小伙伴
1.访问网址:https://drive.google.com/file/d/1ajR-yVWmZC_z7HgNjz4tivNz-vUCgKBC
复制model.ckpt-280000.data-00000-of-00001文件到谷歌云盘根目录
2.复制以下代码到第二步代码,点击左上角运行执行
from google.colab import drive
drive.mount('/content/drive')
!cp /content/drive/My\Drive/model.ckpt- 280000.data-00000-of-00001trained_models/model.ckpt-280000.data-00000-of-00001
3.执行第三步看是否能够成功加载
2021-02-21按照以上步骤成功加载,并且成功在Vmware中复现
环境:
https://www.cnblogs.com/ningvsban/p/4384995.html 👈安装指定版本Python
Python-3.6.5
pip install pandas==0.24.2 -i https://pypi.douban.com/simple
pip install regex==2019.4.14 -i https://pypi.douban.com/simple
pip install h5py==2.10.0 -i https://pypi.douban.com/simple
pip install numpy==1.18.4 -i https://pypi.douban.com/simple
pip install tensorboard==1.15.0 -i https://pypi. douban.com/simple
pip --default-timeout=100 install --upgrade -i https://mirrors.aliyun.com/pypi/simple tensorflow==1.15.0
pip install tensorflow-estimator==1.15.1 -i https://pypi.douban.com/simple
pip install tqdm==4.31.1 -i https://pypi.douban.com/simple
pip install requests==2.22.0 -i https://pypi.douban。 com/简单
pip install ujson==2.0.3 -i https://pypi.douban.com/simple
pip install launchpadlib==1.10.13 -i https://pypi.douban.com/simple

依旧报错呀

咳咳, 他只是给了个方向, 告诉你该干啥, 具体的你不能直接抄代码, 代码里有坑...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants