[10:58:40 PM] [jguiang@login2] ~/projects/GATOR/gnn > python blah.py n events: 5 n features: 3 features1 before: tensor([[54.8845, 25.2324, 41.6434], [44.0448, 40.9468, 53.0267], [ 7.2324, 89.2231, 73.3785], [33.2097, 81.7461, 35.6279], [97.5232, 90.1023, 29.6079]]) features1 min: tensor([[25.2324], [40.9468], [ 7.2324], [33.2097], [29.6079]]) features1 - min: tensor([[29.6522, 0.0000, 16.4110], [ 3.0979, 0.0000, 12.0799], [ 0.0000, 81.9907, 66.1460], [ 0.0000, 48.5364, 2.4182], [67.9153, 60.4944, 0.0000]]) features1 max: tensor([[29.6522], [12.0799], [81.9907], [48.5364], [67.9153]]) features1 / max: tensor([[1.0000, 0.0000, 0.5535], [0.2565, 0.0000, 1.0000], [0.0000, 1.0000, 0.8068], [0.0000, 1.0000, 0.0498], [1.0000, 0.8907, 0.0000]]) features2: tensor([[0.5278, 0.0000, 0.2750], [0.4077, 0.2422, 0.5350], [0.0000, 0.9864, 1.0000], [0.2877, 0.8712, 0.1375], [1.0000, 1.0000, 0.0000]])