Insoo, KIM
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...
Hi, thank you for great work. :> When I try to train custom data, I face this error in validation phase inside an epoch training.   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...