Donald.Lee
Donald.Lee
Thank u for your code. I have a question for TC-BetaVAE's MSS I don't understand why makes all zero columns 1/N and makes all 1st columns strat_weight i n log_importance_weight_matrix...
Continued working on https://github.com/pyg-team/pytorch_geometric/pull/6236 Main updates: - Handled comment section of https://github.com/pyg-team/pytorch_geometric/pull/6236 - Updated all uses of networkx to pytorch geometric. - Cleaned up other unnecessary functions
```python # before np.hstack(np.hstack(x)) # after np.stack(x) ``` When I tested the time with 880,591 x 1 series data, the running time improved from almost 2.5 seconds to within 1.0...