OSError: checkpoints folder doesn't exsit
See original GitHub issueThanks for your error report and we appreciate it a lot.
Checklist
- I have searched related issues but cannot get the expected help.
- The bug has not been fixed in the latest version.
Describe the bug A clear and concise description of what the bug is. OSError: checkpoints/deeplabv3_r50-d8_512x1024_40k_cityscapes_20200605_022449-acadc2f8.pth is not a checkpoint file Reproduction
- What command or script did you run?
A placeholder for the command.
- Did you make any modifications on the code or config? Did you understand what you have modified? no modification
- What dataset did you use? cityscapes Environment torch1.6 centos7.6 CUDA10.1
- Please run
python mmseg/utils/collect_env.py
to collect necessary environment infomation and paste it here. - You may add addition that may be helpful for locating the problem, such as
- How you installed PyTorch [e.g., pip, conda, source]
- Other environment variables that may be related (such as
$PATH
,$LD_LIBRARY_PATH
,$PYTHONPATH
, etc.)
Error traceback If applicable, paste the error trackback here.
A placeholder for trackback.
Bug fix If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!
Issue Analytics
- State:
- Created 3 years ago
- Comments:8
Top Results From Across the Web
OSError: Unable to open file (unable to open file)
My initial reasoning is that h5py.File(path) doesn't handle the standard subfolder path as its argument, e.g. load_model("neunet.h5") has no ...
Read more >OSError: Unable to load weights from pytorch checkpoint file
Hi, everyone. I need some help. I have been developing the Flask website that has embedded one of Transformer's fine-tuned models within it....
Read more >“OSError: [E050] Can't find model ''en''. It doesn't seem to be a ...
Answers related to “OSError: [E050] Can't find model ''en''. It doesn't seem to be a Python package or a valid path to a...
Read more >Error reference | Anthos Config Management
To fix, either remove the namespace config from the parent directory, or move the ... If a Repo config doesn't exist, the following...
Read more >Config file and command line options - The Jupyter Notebook
The Jupyter folder is in your home directory, ~/.jupyter . ... Allow requests where the Host header doesn't point to a local server....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just give a shot:
https://download.openmmlab.com/mmsegmentation/v0.5/pspnet/pspnet_r50-d8_512x1024_40k_cityscapes/pspnet_r50-d8_512x1024_40k_cityscapes_20200605_003338-2966598c.pth
Hi, do you want to download this one? In my cases it works.