Insoo, KIM

Results 3 issues of Insoo, KIM

``` obj = SAM_handson(num_hidden_generator=200, num_hidden_discriminator=200, train_epochs=100, test_epochs=30, batchsize=10, dagloss=True, verbose=True, nruns=1) output = obj.predict(data, graph=skeleton_g) #output = obj.predict(toy_dummy) ``` ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in () 1...

needs rework
minor bug

Hi, thank you for great work. :> When I try to train custom data, I face this error in validation phase inside an epoch training. ![image](https://github.com/timmeinhardt/trackformer/assets/41690040/dd9a2bb6-2daf-4f40-9e54-c6c506570582) ![image](https://github.com/timmeinhardt/trackformer/assets/41690040/5a5890c6-635e-4c07-a7d9-ca8337ef033c) According to the...

Hello. I'm using the tokenizer to encoding pair sentences in TemplateProcessing in batch_encode. There's a confusing part where the method requires two lists for sentence A and sentence B. According...