Yu (Hugo) Chen

Results 22 comments of Yu (Hugo) Chen

@huan-end Thank you for your interest to our work! Are you trying to train a model or load a trained model for inference? If you train a model from scratch,...

@huan-end the `out_dir` folder specified in config should not exist when you run `main.py`, instead the script will create the `out_dir` for you and save output files to the folder....

> I am sending an example. > > I trained a model. I would like to try it on my own data. Could you please clarify which fields are actually...

@Riofd Thanks for your interest to our work! As for graph classification use case, you might want to refer to the text graph classification [example](https://github.com/hugochan/IDGL/blob/master/src/core/models/text_graph.py#L173) in this repo. The main...

> Hi, I wanna ask two questions: 1. How I use my own dateset(A graph, and each node is a time series data) 2. Where is the adj matrix hold,...

> Hi, > excellent work. > I am eager to know how the pictures in the appendix are drawn, because these pictures are so charming and I didn't find it...

Hi @jiangxinke , unfortunately this model was not designed for handling time series data, so it cannot be directly applied to time series task. But I believe the idea of...

> Hi: > i met some errors when i run the codes. The error messages as following: > > datasets and enviroments: > size of datasets: 4000*500, 4000 is the...

@yuyingg0921 You should be able to get reasonably good results using VAE. Can you share your hyper-parameters when training the model?

@yuyingg0921 @Somayeh12 You might want to try running the code using the same TensorFlow version as mentioned in requirements.txt. See #24