Luanzheng Guo

Results 4 comments of Luanzheng Guo
trafficstars

Thanks for your quick response. > 1. You don't need to load `libdlprim.so` or `libdlprim_core.so`. the `libpt_ocl.so` is linked with them. Just make sure `LD_LIBRARY_PATH` points to a location that...

Ah, thanks! That solves my problem.

BTW, is it possible to specify multiple prompts for different labels for multiple classes? For example, input_point = np.array([[500, 1375], [1500, 1375], [1125, 1625], [482, 923], [1832, 234]]) input_label =...

That's great. Thanks! Could you please point me to the particular code where I should increase the batch size to make this work?