pytorch-lr-scheduler
pytorch-lr-scheduler copied to clipboard
PyTorch implementation of some learning rate schedulers for deep learning researcher.
I think we should traverse tree path of n2 instead of n1. I have tested on several graphs with LOWMEM_HSM = 1 and LOWMEM_HSM = 0 and found this error.
Hi, Thanks for your share.Have you ever try experiment on directed graph,I found that this worked good on undirected graph but have some porblem with directed graph.
Hi, Thank you so much for the efficient code. I do not know how to read the binary output file by python. Can you provide some information about that?
we want to evaluate DeepWalk-c on the BlogCatalog dataset used in the DeepWalk paper. using the scripts from https://github.com/phanein/deepwalk. but we meet problem when construct the ouput vectors. how to...
It seems that adding more cores doesn't improve speed proportionally. Why is that?
Hey, I've been playing with your implementation of deepwalk, and couldn't really wrap my head what is the format output of the binary file? If I read it into a...
It would be better to restruct code and publish a kind of interface in order to everyone can use it as dependency. There are several issues. 1. Separate entry point...