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 9,884 public repositories matching this topic...

pytorch-lightning
Vozf
Vozf commented Feb 27, 2021

🚀 Feature

It would be nice to have a possibility to rename currently automatically set metrics postfix dataloader_idx_X to the custom name for better metrics visualization.
Say I have an imagenet and cifar datasets and accuracy metrics. Now I got accuracy_dataloader_idx_0 and
accuracy_dataloader_idx_1 metrics postfix

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
Ciphey