Garv Kaushik

Results 5 issues of Garv Kaushik

### 🐛 Describe the bug For the following code: for split in range(splits): print(f"for loop in split_{split+1 }:") data_pass = Data(x=data_obj.x, edge_index = data_obj.edge_index, num_classes=max(data_obj.y).item() + 1, num_features = data_obj.x.shape[1],...

bug

Can it take .obj files as input ? If not is there a well known parser that can make it possible ?

I want 16fps 1 sec vids so I ran the following command using the base model : python inference.py --prompt="A black baby bear walking on some rocks" --output="output1.gif" --video_length=16 --video_duration=1000...

https://colab.research.google.com/drive/17He4bFAF8lXmT9Nfv-Sg29iKtPelDUNZ in the colab notebook you provided here, is the baseline model, the model proposed by you ?

my package details are : PyG-2.5.2 torch - 2.1.0 CUDA Version: 12.2 Python : 3.9.19 In the main.py file, I just imported the OptimConfig and SchedulerConfig from torch_geometric.graphgym.optim. it gives...