Hugo Germain
Hugo Germain
Hi! I have not looked at Tensorflow 2 yet but that's a good idea indeed, although I believe there may be quite a bit of overlap with the [tf-agents](https://github.com/tensorflow/agents) project
Hi, I am not familiar with this error, but it does seem like you are dealing with very large tensors (`[177581,177581]`), have you tried narrowing down where this tensor comes...
Hi, Apologies about the late reply! It seems like the size of your environment / state is very large and causes the network to produce some very large tensors at...
Hi, I don't have much experience with AdaNet, although looking at the `tf.keras` documentation it seems that converting the models alone should be fairly easy. I'm quite busy right now...
Hi, Apologies for the delay, which version of Python are you using? It seems like this is a dependency issue, are you running the code from the s2dhm/ folder?
Hi and thanks for your interest! The code is indeed designed for single-query relocalization, however you are free to retrieve more candidate images, merge their visible 3D points and run...
Hi, have you tried changing the `img_shape` attribute in [gan.py](https://github.com/germain-hug/GANs-Keras/blob/master/models/gan.py) ?