katz
katz
i think the problem is that the bottom code is C for linux, and python just call the C language code. so i think change the local C code may...
我在win环境下运行的 也遇到了这个问题。可能和系统有关。
Hello Cindy, I have been implementing these networks recently. Can we add a friend to communicate with each other : )
the same 自己定义一个就好了 这应该是光圈参数。在GaussPSFLayer.py文件line 45中被调用,这个文件里line 20、line 30也有问题。不过修改后好了。作者代码写得很好,但不知道为什么会这样。或许是为了设置门槛?
> 如何在windows环境下运行rubiks-cube-NxNxN-solver > > 1.注释掉rubiks-cube-solver.py、LookupTable.py中的import resource,resource库在windows中无效 2.修改LookupTable.py 添加import wget 修改call(["wget", url])为wget.download(url) 3.但是wget下载很慢,使用第三方工具下载就要获取下载地址 注释掉LookupTable.py中的代码 #call(["wget", url]) #wget.download(url) > > ``` > #if not os.path.exists(filename_gz_no_dir): > #raise Exception(f"failed to download {filename_gz} via...