Closed andreitam11 closed 3 years ago
Hello. Is there a way to shuffle the dataset? I have the graphs in the .txt, but unfortunately, the similarly labeled graphs are grouped together. Is there a way to shuffle them before running?
Yes. You can randomly shuffle the train_graphs after loading them from txt by
train_graphs
random.shuffle(train_graphs)
Hello. Is there a way to shuffle the dataset? I have the graphs in the .txt, but unfortunately, the similarly labeled graphs are grouped together. Is there a way to shuffle them before running?