dequanzhu

Results 14 comments of dequanzhu

是错了,已经修改

我在vscode上直接导入的话,发现无法使用智能提醒和自动补全功能

Sorry,this project is still undergo. I haven't trained the model, and am to train the model using vggface2.

对的,label是用数字编码的,我的代码中是根据每一类的文件夹名提取相应的label的。你的loss是用的什么的呢,我在loss.py中写了好几个loss,train.py中的loss默认是ArcFaceSoftmaxLinear,这个你要自己修改成想要的loss,还有一些学习率之类的。另外我没有训练过模型,慎重使用,只是提供代码参考。

试一试其他loss呢?

Hi ,@klecki, Thank you for your reply. According to [using fresh DALI release](https://github.com/triton-inference-server/dali_backend#using-fresh-dali-release),I must rebuild dali_backend, but the [CMakeLists.txt](https://github.com/triton-inference-server/dali_backend/blob/main/CMakeLists.txt) use `FetchContent_Declare` grammar to download some dependents as it declared at...

@klecki Hi, I successfully run the Tirton 23.03 container, but found out 23.03 tritonserver depends on cuda12.0. My host machine cuda version is cuda 11.0, and I have no permission...

Hi @JanuszL, thanks for reply. I noticed conditional execution is introduced in dali version 1.23, and it depends on cuda11. Is there any tritonserver container version(depends on cuda11) I can...

Hi @JanuszL, I want to build dali-backend from source referring to [Bare metal](https://github.com/triton-inference-server/dali_backend#bare-metal).I want to know which tritonserver container version and dali-backend version and dali python whl package version I...