PSPNet tensorflow 版本代码测试时总是报 No checkpoint file found
tensorflow
一个面向所有人的开源机器学习框架
项目地址:https://gitcode.com/gh_mirrors/te/tensorflow

·
在跑 PSPNet tensorflow版本的源码时,遇到这个问题,看了下代码 inference.py 中
只需要更改 SNAPSHOT_DIR 中的地址即可,将预训练的四个文件(选的cityscapes)放到新建的model文件下,但是始终报上面那个错误,最终将生成的四个预训练文件中的 checkpoint.txt 中的 .txt 在pycharm 中去掉即可。




一个面向所有人的开源机器学习框架
最近提交(Master分支:1 个月前 )
4f64a3d5
Instead, check for this case in `ResolveUsers` and `ResolveOperand`, by querying whether the `fused_expression_root` is part of the `HloFusionAdaptor`.
This prevents us from stepping into nested fusions.
PiperOrigin-RevId: 724311958
1 个月前
aa7e952e
Fix a bug in handling negative strides, and add a test case that exposes it.
We can have negative strides that are not just -1, e.g. with a combining
reshape.
PiperOrigin-RevId: 724293790
1 个月前
更多推荐
所有评论(0)