Pablo Sánchez-Martín

Results 8 issues of Pablo Sánchez-Martín

Hi, I am wondering how could this architecture be used as a generator/decoder of images. For example, to transform a vector [1028,1,1] into an image [3,64,64]. Thanks a lot in...

Hi, I'm getting an error in the function `num_nodes` because sometimes `self.G` is a list. https://github.com/snap-stanford/deepsnap/blob/6197dcefc7934c6019fe2f4b0aada562e6c17c7d/deepsnap/graph.py#L220 Would it possible to update such function and just return the length of the...

Hi, I'm getting the following error when I try to use the `TU_IMDB` dataset: ``` Traceback (most recent call last): File "/Users/psanchez/Documents/GitHub/transformer_message_passing/run/main.py", line 42, in datasets = create_dataset() File "/Users/psanchez/miniconda3/envs/transformer_mp/lib/python3.9/site-packages/graphgym-0.3.1-py3.9.egg/graphgym/loader.py",...

bug

Hi, I'm wondering if it is possible to use this package to return the most recent tweets that contain a given hashtag, or any other text, e.g., tweets containing WorldCup...

I have tried to train the GAN on my personal computer (with cheap GPU), but it takes too long. I think having these trained GAN publicly available would be really...

Hi! I do not understand the reason behind removing the BN's scale parameters in lines 40-43 of the file pytorch_model.py. Could you elaborate more on this? Thank you very much!

I have tried to train the GAN on my personal computer (with cheap GPU), but it takes too long. I think having these trained GAN publicly available would be really...

Hi I am trying to make a call using the method getExactWord but I am getting this error. It is needed some kind of identification to use the SDK?