wangfeiyu-zerobug

Results 7 comments of wangfeiyu-zerobug

**似乎是并行计算库不能启动?** INFO:root:------------------------------------------------ INFO:root: Step: serial INFO:root:------------------------------------------------ INFO:root:master ip and port: 127.0.0.1:28703 INFO:root:Initializing cluster. Please wait. INFO:root:Dask-scheduler not start. Start dask-scheduler in master 127.0.0.1 ERROR:vega.core.pipeline.pipeline:Failed to run pipeline, message: [Errno 2]...

pip install dask Requirement already satisfied: dask in /root/.local/lib/python3.7/site-packages (2022.2.0) Requirement already satisfied: packaging>=20.0 in /opt/conda/lib/python3.7/site-packages (from dask) (21.3) Requirement already satisfied: partd>=0.3.10 in /root/.local/lib/python3.7/site-packages (from dask) (1.3.0) Requirement already...

> 已解决! 提个建议 :这个路径采用os.environ这个接口导入,我是在docker起的容器中运行的,所以这块解决方法可能不太一样,这块是不是可以做一些补充 另外 https://github.com/huawei-noah/vega/blob/master/docs/cn/user/config_reference.md#2-%E5%85%AC%E5%85%B1%E9%85%8D%E7%BD%AE%E9%A1%B9 -2-2.1中general的pytorch打错了

jupyter命令行:%env PATH=/root/.local/bin:

如果想利用已经搜索出的网络测试另一批数据,该怎么做呢?还需要通过pipline进行fulltrain嘛

> 那是需要重新训练整个搜索好的网络? 目前没有提供yaml配置选项去调用模型参数只进行测试数据嘛

File "testcode.py", line 147, in main() File "testcode.py", line 141, in main result = _infer(args, loader, model) File "testcode.py", line 50, in _infer return _infer_pytorch(args, model, loader) File "testcode.py", line...