Kevin Glynn

Results 4 comments of Kevin Glynn

Also having this issue, pointing to an issue in the NDCG method: ``` /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/scipy/sparse/compressed.py:202: RuntimeWarning: invalid value encountered in greater res = self._with_data(op(self.data, other), copy=True) Traceback (most recent call last):...

@gallmerci sorry for the delay. It's only happening for me with a specific dataset, which I can't share (proprietary). I will try to come up with an example that reproduces...

I think what OP is looking for (and me too!) is an example giving details on how to prepare a dataset, as the input format is not entirely trivial. For...

@jfkirk just getting into this. Want to make sure, just aiming for reordering the order of the actual batches? Assuming 3 batches: - epoch 1 evaluates on `batch[0]`, `batch[1]`, `batch[2]`...