Muhammed Fatih BALIN
Muhammed Fatih BALIN
Can we have #4668 on the 1.0 release roadmap as well?
Right now, I am storing some extra objects on the sampled DGLBlock objects to store a reference to the DistGraph object so that the DistConvLayer can do the communication. But...
@jermainewang I have added GpuCacheFeatureStorage and CachedTensor classes for easier use of the GpuCache. With the addition of CachedTensor, it is very simple to use the GpuCache and the modifications...
> > @jermainewang HugeCTR doesn't currently expose this via pytorch--however I think this only uses a handful of CPP files from it, so alternatively we could include just the needed...
Can I get a second round of reviews for the recent updates implementing FeatureStorage and a new example using it for GPUCache training?
They are basically the training and validation loss values. Mean max of probabilities is an indicator that shows whether the algorithm has converged. When it converges to 1, it means...
Hello, To do unsupervised learning, you should pass X for both X and Y parameters of fit. Best, Fatih On Mon, Nov 23, 2020, 09:00 子在川上 wrote: > Hello! I...
Yeah, it will take a lot more time for large data. You have to increase the epoch number until the algorithm converges. In our paper, we had a dataset with...
Mean_max_target is used for the following: the nodes in the concrete select layer select features with some probability according to the current weights. We want those weights to become one-hot...
It is definitely possible to implement it in PyTorch. But nowadays, I am focusing on other projects so I don't have the time to do it. Pull requests are welcome...