sayantanghosh
sayantanghosh
Hello, I have the same error that appeared when running cds_tutorial. I have created an issue on the cds_tutorial: [issue #2](https://github.com/threeML/cds_tutorial/issues/2#issue-1796890998) I checked both the versions from pip and coda-forge...
@campellcl I am also probably too late, but I wanted to do something similar with the number of dense units, and this solution worked for me: `hp.num_neurons = hp.Choice('num_neurons', [2...
@Hatinennshiro: I rewrote the code with the same parameters and architecture, but also with tensorboard support. The tensorboard visualisation is a little rough around the edges though.
@sidbala2310 I suggest that you follow the tf API documentation and rewrite the code with the more recent tf.estimator module.
@HAOJIEFENGLANG @sidbala2310 @ariasfx I will fork and upload the code in a couple of days.
I dug a further into the origin of the failed installation and found that the issue is with `apache-beam` which during the `tensorflow_gnn` installation depends on `dill=0.3.1.1`. But according to...
Thanks @phanein: I will give it a shot tomorrow and post an update. Just checked that my `protobuf=4.24.*`. I wonder what else will break by restricting to `protobuf=3.20.*`! Thanks @mihirparadkar:...