murdav

Results 11 comments of murdav

@rpkilby many thanks for replying. I tested the code but I encountered the N+1 queries problem because each info itself has several manytomany and onetomany relations. While calling the `http://*/alerts/`...

@qubvel, thank you for this great project. Is there any plans to add other models like DeepLab or Fast-SCNN or ICNet? #164 Thank you once again. D

@nivetha1234, did you do something in particular to update the model? E.g which models, loss and metrics did you use? Thank you.

This will be great. Is there any process on this issue? I just started to have a look at how to combine: ``` enricher = Enrich() # The news feeds...

Thanks @tbarbugli for replying! It depends, currently I'm using the above-mentioned workflow and it works like a charm! For me it would be easier like this, otherwise I should do...

If I do a bower list within my virtualenv+virtualenvwrapper everything works, when I launch python manage.py bower install jquery within my virtualenv I got the Unknown command: 'bower'.

Thanks for this! Further question, I didn't find how I can run OWSLib tests before pulling the request from my fork to master. I got some minor errors (like field...

Hello, The same for me: > python manage.py rebuild_index --settings=demo.settings.local > Are you sure you wish to continue? [y/N] y Indexing 13 django.utils.functional.**proxy** object at 0x37fb110 TypeError: coercing to Unicode:...

Try to have a look at this example (lines 8-10): https://github.com/yingkaisha/keras-vision-transformer/blob/main/examples/Swin_UNET_oxford_iiit.ipynb I think you have used `n_labels` equals for input and output layers. If so, you need to have hot-encoded...