The Wayback Machine - https://web.archive.org/web/20200920093452/https://github.com/topics/artificial-intelligence
Skip to content
#

artificial-intelligence

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 8,652 public repositories matching this topic...

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
pytorch-lightning
ananthsub
ananthsub commented Sep 16, 2020

🚀 Feature

Enable training purely based on number of iterations instead of epochs

Motivation

This can be useful for certain training runs. Without this feature, the user must set an unreachably high value for max_epochs and set max_steps to the desired iteration count. With this setup, the trainer will break from the training loop based on max_steps since we'd never reach `max_e

You can’t perform that action at this time.