Skip to content
#

platform

Here are 112 public repositories matching this topic...

atompie
atompie commented Dec 16, 2021

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
   
good first issue

Qlib-Server is the data server system for Qlib. It enable Qlib to run in online mode. Under online mode, the data will be deployed as a shared data service. The data and their cache will be shared by all the clients. The data retrieval performance is expected to be improved due to a higher rate of cache hits. It will consume less disk space, too.

  • Updated Oct 29, 2021
  • Python

The origin of the Non-IID phenomenon is the personalization of users, who generate the Non-IID data. With Non-IID (Not Independent and Identically Distributed) issues existing in the federated learning setting, a myriad of approaches has been proposed to crack this hard nut. In contrast, the personalized federated learning may take the advantage of the Non-IID data to learn the personalized model for each user. Thanks to @Stonesjtu, this platform can also record the GPU memory usage for the model.

  • Updated May 24, 2022
  • Python
ms-shankar
ms-shankar commented Dec 6, 2019

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

good first issue update

ChildRescue aspires to effectively reduce the primary period between the moment a child is reported missing and the one when it is found, by increasing accuracy and timeliness of publicly available information and by accelerating location-based audience targeting of the mobile alerts for missing children based on evidence-based predictions.

  • Updated Dec 3, 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.

Curate this topic

Add this topic to your repo

To associate your repository with the platform topic, visit your repo's landing page and select "manage topics."

Learn more