menggehe

Results 6 issues of menggehe

Hi! How to generate a graph after training? Could you please add the inference code?

ValueError: could not convert string to float: 'bewildered'

Traceback (most recent call last): File "main.py", line 89, in num_predict=args.num_predict) File "/home/hemengge/xlnet-pytorch/data_utils.py", line 335, in make_permute is_masked = torch.Tensor(feature.pop("is_masked")) TypeError: can't convert np.ndarray of type numpy.bool_. The only supported...

bug

Hi, I use the generate_dataset.sh to generate karel and vizdoom datasets, but I want to know why the datasets generated are different from the datasets you provided. Please tell me...

ValueError: could not convert string to float: 'bewildered'

Hi, i have some questions, i don't understand why you use the b.out in your code: e = self.emb(outp).transpose(0,1) in newmodel.py Because b.out is the ground-truth, it means you use...