littlefish
littlefish
没有搞定 @xlhuang132
thanks and how to update you theme be easily?
change model_det to model . like this: ``` model = build_model(conf["model"]) ```
> 同问 将URL对应的基模型下载放到*.yml的pre_trained_dir后即可,下载后文件名不可变更, 或给一个空目录。亦可以自动下载基模型。 large mobile net: https://download.pytorch.org/models/mobilenet_v3_large-8738ca79.pth resnet: 'resnet18': 'https://download.pytorch.org/models/resnet18-5c106cde.pth', 'resnet34': 'https://download.pytorch.org/models/resnet34-333f7ec4.pth', 'resnet50': 'https://download.pytorch.org/models/resnet50-19c8e357.pth', 'resnet101': 'https://download.pytorch.org/models/resnet101-5d3b4d8f.pth', 'resnet152': 'https://download.pytorch.org/models/resnet152-b121ed2d.pth',
We want to know if the OutputStructure of LlamaIndex is synchronized with OpenAI, if anyone tells us, we thank you in advance.