heitong

Results 10 issues of heitong

这个不是药品管理吗 ?

想知道设置mask的作用具体是什么? 并且网络对图像的size也没有进行限制,宽高和label长度都是取自每次批处理的最大值,想知道这样做的用意是什么? 但是对于通道数是设置了684

i have a problem But I have successfully installed it. ```shell ai.djl.engine.EngineException: Failed to load PyTorch native library at ai.djl.pytorch.engine.PtEngine.newInstance(PtEngine.java:77) at ai.djl.pytorch.engine.PtEngineProvider.getEngine(PtEngineProvider.java:40) at ai.djl.engine.Engine.getEngine(Engine.java:168) at ai.djl.Model.newInstance(Model.java:98) at ai.djl.repository.zoo.BaseModelLoader.createModel(BaseModelLoader.java:187) at ai.djl.repository.zoo.BaseModelLoader.loadModel(BaseModelLoader.java:149)...

bug

``` print("加载并评估bilstm+crf模型...") crf_word2id, crf_tag2id = extend_maps(word2id, tag2id, for_crf=True) bilstm_model = load_model(BiLSTMCRF_MODEL_PATH) bilstm_model.model.bilstm.bilstm.flatten_parameters() # remove warning test_word_lists, test_tag_lists = prepocess_data_for_lstmcrf( test_word_lists, test_tag_lists, test=True ) lstmcrf_pred, target_tag_list = bilstm_model.test(test_word_lists, test_tag_lists, crf_word2id, crf_tag2id)...

For example, my current torch version must be 1.13.1. What version of vllm should I install before I can use it?

usage

### Your current environment How to install vllm in cuda10.2? Cuda version cannot be upgraded due to environmental issues. The GPU used is the Iluvatar BI-V100. ### How would you...

usage

### Describe your problem Would you like to know how to start this project without using Docker? Additionally, I'd like to ask how to check the running commands when Docker...

question