The Wayback Machine - https://web.archive.org/web/20220331113021/https://github.com/topics/ai
Skip to content
#

Artificial Intelligence

ai logo

The branch of computer science dealing with the reproduction, or mimicking of human-level intelligence, self-awareness, knowledge, conscience, and thought in computer programs.

Here are 11,934 public repositories matching this topic...

pytorch-lightning
akihironitta
akihironitta commented Mar 30, 2022

Proposed refactor

Remove deprecated code after the 1.6 release.

NOTE: Please pick up a single item from the list (by commenting here in the issue) - and if there are no conflicts - we will happily assign you and put your name in front of the item in the list.

Please note that unless mentioned, the classes are importable from pytorch_lightning, example: `from pytorch_lightning i

milvus
dariocurr
dariocurr commented Mar 21, 2022

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

I would like to have a method to retrieve all the rows from a collection, something like SELECT * in SQL.

Currently I achieve this goal using the following boolean expression: index != -1, but I guess this is not the best way to to this.

Why is this neede

good first issue kind/feature
dvc
olistic
olistic commented May 25, 2018

Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.

Example:

# Starbolt - beginner
good first issue pkg: cli type: enhancement status: claimed
leon
Lp-Francois
Lp-Francois commented Oct 5, 2019

Specs

  • Leon version: latest
  • OS (or browser) version: Fedora 30
  • Node.js version: 10.16.3
  • Complete "npm run check" output:
➡ Here is the diagnosis about your current setup
✔ Run
✔ Run modules
✔ Reply you by texting
❗ Amazon Polly text-to-speech
❗ Google Cloud text-to-speech
❗ Watson text-to-speech
❗ Offline text-to-speech
❗ Google Cloud speech-to-text
❗ Watson spee
bug good first issue
metaflow
kgullikson88
kgullikson88 commented Mar 22, 2022

I am using metaflow locally but with the AWS service (e.g. the actual compute is happening locally rather than in AWS batch but the metadata is using AWS). When I access the run data through run.data I get new local directories with names like metaflow.s3.w3efey1k, which I presume is because metaflow pulls from S3 into that directory, and then un-pickles the result from there. Is there a way t

good first issue