Shivam Tundele

Results 6 issues of Shivam Tundele

You mention in paper that you used "Graph segmentation is used to split train, validation and test dataset." What exactly is that? I am trying to re-create your model training...

Hi I am trying to run below query to update partitions of the schema after a table update. But fetchone and fetchall are causing errors as this updating partition statement...

Hello, like LightFM algorithm, is it possible to retrieve user-user, item-item and user-item embeddings back from the trained model?

I tried find a method inside the model and trainer methods for early stopping. Is there a way?

Please change all occurences of tqdm from `from tqdm import tqdm` to `from tqdm.auto import tqdm`. Otherwise, model fit is printing a new line of progress bar for every update...

Following error is happening no matter if I am using pos or neg weights ``` epoch1 avg_loss:1.206: 0%| | 1/256 [00:00 18 trainer.fit(n_batch=256, n_epoch=10) ~/.local/lib/python3.7/site-packages/PyTorchCML/trainers/BaseTrainer.py in fit(self, n_batch, n_epoch, valid_evaluator,...