Tom Gross
Tom Gross
I found the cause and the solution. This is the responsible tensorflow / keras commit: https://github.com/tensorflow/tensorflow/commit/45df90d5c2d6b125a10cb0809899c254d49412e6#diff-8eb7e20502209f082d0cb15119a50413R781 As documented you need to wrap the loss function with an empty lamda, when...
There might be a leftover from another test. Try `sudo lsof -PiTCP -sTCP:LISTEN | grep "postgres"` on Mac to see if this is the case and kill the process. This...
@ashish453 there is an pCloud API method for that: https://docs.pcloud.com/methods/file/uploadprogress.html It is not implemented yet. You have several options: - Implement it yourself and submit a pull request. - Wait...
Hi @pekka800 This sounds like an interesting (optional) feature. You have several options: - Implement it yourself and submit a pull request. - Wait until I have time and interest...
The endpoint works fine (with username/password) authentication, if authenticated.
No, that is not what I wanted to say 😉 . There is no diifference on the method level for different authention mechanisms. I consider testing with username/password is as...
It's fixed already but needs merge: https://github.com/smcmahon/Products.PloneFormGen/pull/165
See https://github.com/FHNW/Products.PloneFormGen/commit/efef5aadc287c44036305bd1e8136ac58ed3d603
See #102 too.
I suspect there is something wrong with your oauth2 authentication flow. Does any other method work with oauth2 for you?