Samuel Abramov
Samuel Abramov
I use 2.14.2 with a private docker registry. After configuration of all networks, stacks and up & running everything worked as expected. Today I released a new Build of one...
I run a spring boot 2 application with open api swagger ui for my rest endpoints. ` implementation 'org.springdoc:springdoc-openapi-core:1.1.49' implementation 'org.springdoc:springdoc-openapi-ui:1.1.49' implementation 'org.springdoc:springdoc-openapi-webflux-ui:1.1.49'` At the moment I add ` implementation...
Is there an ionic braintree plugin with Android v3 SDK support?
On windows, the installation of ffmpeg is required, not optional. Otherwise you will get permission error.
Do you accept PRs? I can fix some deprecated code here, if you do.
Is it possible to make it work on latest lts version of unity?
I want to achieve something like this pseudecode if(a != null || b !=null) peter else{ jackson } Ist it possible with the newest version?
One day our MLP will become a CNN, for which we need a convolutional layer Convolve Mechanis must be written in Matrix class https://www.deeplearningbook.org/contents/convnets.html
One day our MLP will become a CNN, for which we need a MaxPooling Layer. https://www.deeplearningbook.org/contents/convnets.html