Mr.Fire
Mr.Fire
我重启后刚启动服务器也是这样,聊天、创建知识库,都一直转圈,多等一会就好了,可能是某些服务启动反应较慢
After a long time for Super-net Training... several days on single 3090ti, finally finish training. I running below: ```shell #1.Super-net Training python dist_train.py --cfg experiments/coco/mobilenet/supermobile.yaml #2.transfer model python weight_transfer.py --cfg...
> 我遇到原因是磁盘空间不足30G 进入docker中ElasticSearch的实例,查看集群状态: `curl -X GET "localhost:9200/_cluster/health?pretty" ` ElasticSearch集群状态发现为red,查看分片shard状态: `curl -X GET "localhost:9200/_cat/shards" ` 发现所有shard状态均为unassigned,查看shard不分配原因: `curl -X GET "http://localhost:9200/_cluster/allocation/explain?pretty" ` 发现原因之一:the node is above the high watermark cluster setting [cluster.routing.allocation.disk.watermark.high=95%],...