GraphWaveFunctionCollapse
GraphWaveFunctionCollapse copied to clipboard
Some sort of examples would be great
Hi! Would it be possible to get some kind of guide (in English) for how to actually work with the code?
While one has to appreciate the fact it is uploaded, it is fairly impossible to figure out how to use it properly. For example, how does one make "spherical planet" sort of graph?
Thanks!
电脑系统是苹果m1么
电脑系统是苹果m1么
爬虫项目编写是在windows系统,feaplat在centos服务器上部署的; 单个服务器是没有问题的,我通过docker swarm添加了一台服务器后,再次启动任务就无法正常启动,查看实例页面也无法正常返回数据,查看feapder_backend容器的日志发现有上述的异常日志出现。
那可能是节点的镜像没拉下来,在后添加的服务器上执行 docker pull registry.cn-hangzhou.aliyuncs.com/feapderd/feapder:2.2
好的,我顺便了解一下,在有多个worker服务器的情况下,feaplat平台能否支持任务启动时指定某台服务器启动,我在添加任务和启动任务过程中都没有发现此选项。在实际使用中,各个服务器的运行环境可能有差异,某些采集任务可能需要指定的服务器运行。
不可以 feaplat里的任务是在docker里运行,没运行环境不一致一说 至于服务器资源的不同,feaplat会自己调度,负载均衡。
好的,了解了,感谢