issues
search
NVIDIA-Merlin
/
models
Merlin Models is a collection of deep learning recommender system model reference implementations
https://nvidia-merlin.github.io/models/main/index.html
Apache License 2.0
262
stars
50
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[QST] Data loader with EmbeddingOperator using pretrained embeddings is very slow
#1244
CarloNicolini
opened
4 months ago
0
[QST] Questions about topk_model.evaluate()
#1243
ZhanqiuHu
closed
4 months ago
2
[BUG] ModelCheckpoint Callback results in an error due to unsupported overwrite=True parameter
#1242
hkristof03
opened
5 months ago
7
[QST] How to deploy model using Pretrain Embeddings with EmbeddingOperator in Triton
#1241
jhnealand
opened
5 months ago
1
[QST] `StopIteration` error in `model.fit` at validation time
#1240
CarloNicolini
opened
5 months ago
1
[QST] How to get candidate features after using pre-trained embedding tables?
#1239
hkristof03
opened
6 months ago
3
Fix issue #1226
#1238
ibraheemalayan
opened
6 months ago
1
Add GDPR info to footer
#1237
mikemckiernan
closed
7 months ago
1
fix dependencies in docs build
#1236
edknv
closed
10 months ago
1
move merlin dependecy install in horovod-cpu tests
#1235
edknv
closed
10 months ago
1
[QST] Status: CUDA driver version is insufficient for CUDA runtime version
#1234
dking21st
opened
11 months ago
0
[QST] best practice to build a docker image to train merlin tensorflow models?
#1233
dking21st
opened
11 months ago
0
Fix sok import error in ut
#1232
EmmaQiaoCh
closed
10 months ago
1
Fix sok import error in ut
#1231
EmmaQiaoCh
closed
10 months ago
3
[BUG] when the model is loaded and saved again, the argument names disappear (become 'args_0, args_0_1 etc)
#1230
rnyak
opened
12 months ago
2
[QST] How to use negative sampling with ranking models ?
#1229
PaulSteffen-betclic
opened
1 year ago
1
[BUG] Ranking model predict constant
#1228
PaulSteffen-betclic
opened
1 year ago
0
[BUG] does not install dependencies.
#1227
Space-Dream-42
opened
1 year ago
0
[BUG] Error with prepare_aliccp()
#1226
ZhanqiuHu
opened
1 year ago
2
Ensure TopKEncoder has correct outputs when model is saved
#1225
oliverholworthy
closed
1 year ago
1
[BUG] Can't reuse a loaded model saved after training
#1224
PaulSteffen-betclic
closed
1 year ago
5
[QST] Train Ranking Model Using Pre-Train Model
#1223
mustfkeskin
opened
1 year ago
0
improve hpo test
#1222
radekosmulski
closed
1 year ago
3
[BUG] Error when using class_weight with DLRMModel
#1221
PaulSteffen-betclic
opened
1 year ago
1
[BUG] when we serve topK model on Triton it only returns scores
#1220
rnyak
closed
1 year ago
0
Implementing IntTower for retrieval
#1219
vs385
opened
1 year ago
1
Change model call default arg values to None instead of bool vals
#1218
oliverholworthy
closed
1 year ago
1
[BUG] Getting error when serving a reloaded session-based model on Triton
#1217
rnyak
closed
1 year ago
0
use rapids infra to run testing
#1216
jperez999
closed
1 year ago
3
use rapids infra to run testing
#1215
jperez999
closed
1 year ago
12
Handle ColumnSchema `target` in serialization of `SequenceTransform`
#1214
oliverholworthy
closed
1 year ago
4
[QST] Performance differences between `encode()` vs `__call__()` on tf Encoder block in CPU
#1213
lecardozo
opened
1 year ago
4
[BUG] Unable to serve a session-based topk_model on Triton due to TypeError: Unable to serialize item_id-list to JSON. Unrecognized type <class 'merlin.schema.schema.ColumnSchema'>.
#1212
rnyak
closed
1 year ago
0
[QST]
#1211
fahadullahshah261
closed
1 year ago
5
[DOC] YoutubeDNNRetrievalModelV2 working example
#1210
NikhilShaw
closed
1 year ago
2
Use `copy-pr-bot`
#1209
ajschmidt8
closed
1 year ago
2
[DOC] Merlin Docker AttributeError: module 'merlin.models.tf' has no attribute 'OutputBlock' Error
#1207
mustfkeskin
opened
1 year ago
1
Add SentencePieceTokenizer and LlamaTokenizer
#1206
edknv
opened
1 year ago
1
Add HybridQA dataset
#1205
edknv
opened
1 year ago
1
Add LlamaBlock
#1204
edknv
opened
1 year ago
1
Add generic map that works on any Module
#1203
marcromeyn
closed
1 year ago
1
Add TabularPredictNext for causal item prediction task
#1202
sararb
closed
1 year ago
1
Adding LoRA as the first peft-method
#1201
marcromeyn
opened
1 year ago
1
Adding sequence-defaults in TabularInputBlock
#1200
marcromeyn
closed
1 year ago
1
Rename setup_schema to initialize_from_schema in TabularPadding
#1199
edknv
closed
1 year ago
1
Makes RetrievalModelV2 support item tower with transforms (e.g. pre-trained embeddings)
#1198
gabrielspmoreira
closed
1 year ago
3
Adding * selection of schema
#1197
marcromeyn
closed
1 year ago
1
Apply rename to initialize_from_schema to ContrastiveOutput
#1196
marcromeyn
closed
1 year ago
1
Adding BroadcastToSequence
#1195
marcromeyn
closed
1 year ago
1
Add functional-methods to make it easier to transform blocks & models.
#1194
marcromeyn
closed
1 year ago
1
Next