sigma
sigma
set epoch=500, gpus=2, runing reach epoch=194, jvm gc very high, gpu utility is 0%, and cpu reach 100%. does need to set jvm parameter for djl when submit task by...
How to train distributed on multi machine with multi gpus?
How to define BPRLoss and MarginLoss by DJL? Does there have some samples? For PairWise data in recommender systems, like user, pos_item, neg_item I am already see the source of...
IdEmbedding userEmbedding = new IdEmbedding.Builder() .setDictionarySize(userCount) .setEmbeddingSize(64) .build(); userEmbedding.initialize(manager, DataType.FLOAT32, usersND.getShape()); userEmbedding.forward(ps, new NDList(manager.create(new int[] {1,2,3,4})), true).singletonOrThrow(); Exception in thread "main" java.lang.UnsupportedOperationException: Not supported! at ai.djl.ndarray.BaseNDManager.invoke(BaseNDManager.java:285) at ai.djl.nn.transformer.MissingOps.gatherNd(MissingOps.java:31) at ai.djl.nn.transformer.IdEmbedding.forwardInternal(IdEmbedding.java:72)...
topk_score, topk_iid_list = full_sort_topk(uid_series, pop_model, test_data, 20) File "/data/home/anaconda3/envs/pytorch/lib/python3.7/site-packages/recbole-0.2.1-py3.7.egg/recbole/utils/case_study.py", line 87, in full_sort_topk scores = full_sort_scores(uid_series, model, test_data) File "/data/home/anaconda3/envs/pytorch/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 26, in decorate_context return func(*args, **kwargs) File "/data/home/anaconda3/envs/pytorch/lib/python3.7/site-packages/recbole-0.2.1-py3.7.egg/recbole/utils/case_study.py", line...
**Describe the bug** add third party llm, it is a web socket service, run llm_api_test ok but, when do chainlit run app.py or command line, Failed to parse LLM output...
ImportError: /data/anaconda3/envs/xss/lib/python3.10/site-packages/mgclient.cpython-310-x86_64-linux-gnu.so: undefined symbol: SSL_get1_peer_certificate