guillaume godin
guillaume godin
Thanks Daniele, Model compiles and converges now. (I took option 2 removing all the E_ in the code) But after the training part, my evaluation is strange cause y_pred are...
another related question on GIN code def call(self, inputs): X, A, E = self.get_inputs(inputs) output = self.mlp((1.0 + self.eps) * X + self.propagate(X, A, E)) why to pass E there...
same issue without Dropout. I was suspect it but it does not solve the problem Le ven. 13 nov. 2020 à 10:15, Daniele Grattarola a écrit : > Good to...
Could you make a real example on mol-esol with the new tf 2.0 and last version ?
Very good idea it's similar to java normally you can track them. Le ven. 22 juil. 2022 à 16:53, Greg Landrum ***@***.***> a écrit : > I'm not sure that...
Hello guys, We have now, a web assembly version of rdkitjs. 3 time faster ;-) hopefully the next generation of Chrome "V10 engine" will be fully optimized for web assembly...
yes that would be cool to have LayerNormGRU version in addons
any update?
Hi guys, any update to build tmap development branch using a docker ubuntu image running on a M1 machine ? ``` #38 [molmap-master-backend 25/27] RUN pip install git+https://github.com/reymond-group/tmap.git@development #38 41.43...
did you get / solve this issue ?