JanineCHEN
JanineCHEN
Great thanks for the open-sourced models. I have encountered the following issue when trying to resume the training process. I trained the model using my own dataset, the previous training...
Hey, I am a student trying to reproduce the training process using my own dataset. I got the following error right after the first Epoch of training is finished: ```...
Hey, excellent work and great thanks for the open sourced code. I can get outputs as following after executing `python test.py --config-file experiments/afm_atrous.yaml --gpu 0`    Yet these...
Hi, thank you for this great work! @zhujiapeng I would like to know if there is a straightforward way to get the latent code mapped from the real input image...
Thank you for this great work. I have noticed that when doing manipulation, for `--layerwise_manipulation`, you indicate a specific layer using the index of the layer to perform manipulation such...
Thank you for this great work! I have read your paper and noticed that you have also implemented biggan in your pipeline, but seems like you haven't included biggan in...
The apex installation command does not work, change to a working version
- Avoid `TypeError: load() missing 1 required positional argument: 'Loader'` in yaml loader - Replace deprecated `to_numpy_matrix` function
Hi, thank you for this great repository! If I want to try this method on my custom graph dataset, could you kindly guide me on which specific places I need...
Hi @JiaxuanYou, thank you for the great work! According to the paper, you have applied P-GNNs to multiple prediction tasks, including link prediction and community detection, in the code experiment....