Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating Tensorflow 1.14 to 2 #32

Open
larissayukimiz opened this issue Mar 17, 2021 · 3 comments
Open

Updating Tensorflow 1.14 to 2 #32

larissayukimiz opened this issue Mar 17, 2021 · 3 comments

Comments

@larissayukimiz
Copy link

Hi, Mao.

There's a specific reason why you didn't update Decima to work with Tensorflow 2? Despite using the tf.contrib...

@hongzimao
Copy link
Owner

hongzimao commented Mar 18, 2021

No specific reason. The project was initially developed before Tensorflow 2 was available.

A side story: you might have noticed we had to deal with the static graph in tensorflow even though our problem inherently has dynamic input graph size (since the number of jobs is not pre-determined). Indeed, our best choice was pytorch, but it did not support certain sparse matrix operations that we needed. It was an unfortunate decision that we had to live with Tensorflow 1.x at that time. Later on, we actually implemented a pytorch version of the core graph neural network: https://github.com/hongzimao/gcn_pytorch

@Sijing0608
Copy link

Hi,
It is a very interesing project to me and I'd like to know a runable enviroment setup. Can anyone share it? Thanks!

@hongzimao
Copy link
Owner

Hi,
It is a very interesing project to me and I'd like to know a runable enviroment setup. Can anyone share it? Thanks!

This might be helpful: #31 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants