孙德伟
孙德伟
any update?
use csv as report file format
I am using docker to build and run mmdeploy. This is the Dockerfile I am using https://github.com/open-mmlab/mmdeploy/blob/master/docker/GPU/Dockerfile ``` python ${MMDEPLOY_DIR}/tools/deploy.py /code/openmm-lab/mmdeploy/configs/mmdet/_base_/base_tensorrt_dynamic-320x321-1344x1344.py /code/mm_training/efficientnet/efficientnet.py /code/mm_training/efficientnet/best_bbox_mAP_epoch_69.pth /code/mm_training/efficientnet/test_data/SXCQ20160410420140.JPG --work-dir /code/mm_training/efficientnet/tensorrt --device cuda --show --dump-info...
> @dwSun Hi could remove `import _prepare_onnx_paddings__tensorrt` from https://github.com/open-mmlab/mmdeploy/blob/master/mmdeploy/pytorch/ops/__init__.py and try again? It seems something wrong with this rewriting. Torch2Onnx succeed, but onnx2tensorrt failed. ``` root@b76702ecd763:~/workspace/mmdeploy# python ${MMDEPLOY_DIR}/tools/deploy.py /code/openmm-lab/mmdeploy/configs/mmdet/_base_/base_tensorrt_dynamic-320x321-1344x1344.py /code/mm_training/efficientnet/efficientnet.py...
这个问题倒是能通过修改env文件解决,但是我注意到env文件是跟着liteide安装的,而不是放在某个设置目录的,总不能每次更新重新配置一遍env
目前的情况,就是取消了使用系统GOPATH,但是自定义GOPATH不起作用
is it possible with kubeedge 1.1?
we are working on a project which use both knative and kubeedge, any docs on how we can use them together? @fisherxu
Will it be possible to have a separate setting for the datatip font size? Or, where I can find the config file and modify it? The words are too small...
@damieng Thanks, this almost fix the problem. It looks that the datatip is rending the pydoc inside python source as markdown. I will start a new issue at ide-python. ![2018-03-20...