Emilien Garreau

Results 3 comments of Emilien Garreau

It will raise error as well on: 'tf.keras.layers.Layer' The error happens at this line: https://github.com/tensorflow/tensorflow/blob/85c8b2a817f95a3e979ecd1ed95bff1dc1335cff/tensorflow/python/keras/engine/base_layer.py#L166 ```python $ ipython3 Python 3.8.5 (default, Jul 28 2020, 12:59:40) Type 'copyright', 'credits' or 'license'...

I cannot tell you since I have no GPUs at my disposal. What I can tell you is that the loss is decreasing during an overfit on a single image....

@bamps53 You'll find here a gist of the notebook I used to test my detr implementation: https://colab.research.google.com/gist/EmGarr/5b7d576a9b3f12683290c99644070f7b/inspect-detr_facebook-similarity-vs-kerod.ipynb It is mostly code copy pasted from https://github.com/facebookresearch/detr and calls from kerod library....