platform
Here are 112 public repositories matching this topic...
-
Updated
May 24, 2022 - Python
-
Updated
Apr 29, 2022 - Python
-
Updated
May 23, 2022 - Python
We need to replace request with asyncRemote. Contrary to remote, asyncRemote can be used as awaitable.
Task
Find all occurrences of request calls and replace them with asyncRemote.
Use where possible the async way of calling the method. Example
try {
const response = await asyncRemote({
url: '/tracardi',
method: "POST",
data: data
Php sdk for tracking
-
Updated
Oct 29, 2021 - Python
General unit tests
-
Updated
May 24, 2022 - Python
What is the desired change?
Since the Kubernetes dashboard as an addon option has been deprecated for clusters on GKE and in version 1.15, it is necessary to consider this change for the kaos build operations.
How will this change improve kaos?
This will affect the current dashboard addon option for the GKE clusters
Any thoughts on the implementation approach?
This addo
- Posts have images
- epub exports are broken in terms of images
- epubs are zips and they can be unzipped by renaming and
unzip - See
main/views_export.py
-
Updated
May 24, 2022 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
Apr 16, 2020 - Python
Variants of the Flask example, the tutorial native app client, and the simple client creds example demonstrating proper use of on_refresh for RefreshTokenAuthorizer and ClientCredentialsAuthorizer would be nice references to have.
-
Updated
May 22, 2022 - Python
-
Updated
May 23, 2022 - Python
-
Updated
Apr 27, 2022 - Python
-
Updated
Dec 3, 2020 - Python
-
Updated
Feb 2, 2022 - Python
-
Updated
Sep 7, 2021 - Python
-
Updated
Mar 4, 2022 - Python
-
Updated
Mar 2, 2020 - Python
-
Updated
Apr 20, 2020 - Python
Improve this page
Add a description, image, and links to the platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the platform topic, visit your repo's landing page and select "manage topics."
Under MLP implementation there are several variables that need to be initialized. Such as
loss,lr,lr_decay,lr_decay_steps,optimizer. However, it seems that the variableslr_decayandlr_decay_stepsare indeed being initialized but are not being used at any point in the code.