uRENu
uRENu
自定义实体类型
可以自定义实体类型吗?
## Description I want to convert pb model in tensorflow to tensorRT, my steps: 1. python -m tf2onnx.convert --graphdef /root/NER/check2PB/test/1/saved_model.pb --inputs=real_inp:0,real_inp_bound:0,real_inp_part:0,length_input:0 --outputs=import/embedding/crf/cond_2/Merge:0 --opset=13 --output /root/NER/check2PB/uff/model.onnx 2. onnx2trt /root/NER/check2PB/uff/model.onnx -t /root/NER/check2PB/uff/model.trt...
环境问题
您好,请问这个系统是只面向windows吗,其他ubuntu可用吗
my env: my step: 1、python -m pip install ninja 2、git clone -b v2.4.2 https://github.com/Dao-AILab/flash-attention 3、pip install pytorch==2.1.0 torchvision torchaudio pytorch-cuda=12.1 4、sudo apt-get install python-dev libsasl2-dev gcc 5、cd flash-attention 6、git submodule...