Tzu-Hao Harry Lin
Results
1
issues of
Tzu-Hao Harry Lin
While running the following codes: `net = NMF(data.shape, rank=self.basis_num, W=torch.Tensor(self.W), trainable_W=False).cuda()` `net.fit(data.cuda(), verbose=True, max_iter=200, tol=1e-18, beta=1)` I received the error message, any idea? /content/pytorchNMF/torchnmf/nmf.py in fit(self, V, beta, tol, max_iter,...
enhancement