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 12,131 public repositories matching this topic...

pytorch-lightning
tsuga
tsuga commented Apr 15, 2022

🐛 Bug

tuner.scale_batch_size finds the suitable batch size and update the batch size of the model AND datamodule.
For the model, tuner.scale_batch_size updates the batch size in the model regardless of model.batch_size and model.hparams.batch_size.

However, for the datamodule, tuner.scale_batch_size updates datamodule.batch_size only, and keep datamodule.hparams.batch_size

bug good first issue trainer: tune lightningdatamodule
marcelatoffernet
marcelatoffernet commented Apr 21, 2022

Willingness to contribute

  • Yes. I would be willing to contribute a document fix with guidance from the MLflow community.

URL(s) with the issue:

build-docker

If specified and there is a conda environment to be activated mlflow will be installed into the environment after it has be

good first issue area/docs
milvus
watin-z
watin-z commented Apr 18, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

When I start the docker container

  1. Set automatic backup condition parameters:

    1).backup condition by date(year,month,week,day)
    2).number of backup files retained

  2. Recovery the data

    1).Identification by backup file,rest

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