Coder Social home page Coder Social logo

Comments (5)

vrodriguezf avatar vrodriguezf commented on September 3, 2024

In GitLab by @lgs on Oct 15, 2020, 15:52

Look Siluet Width like a possible metric to evaluate 'clusters'

from deepvats.

vrodriguezf avatar vrodriguezf commented on September 3, 2024

In GitLab by @vrodriguezf on Oct 16, 2020, 14:41

mentioned in commit 1962690

from deepvats.

vrodriguezf avatar vrodriguezf commented on September 3, 2024

In GitLab by @vrodriguezf on Oct 16, 2020, 16:03

An example of how to run a sweep for the UMAP DR notebook is now in _papermill_caller.ipynb. It can be seen that, all you need is a call to pm.execute_notebook as function of the sweep agent. That will execute the whole notebook.

In the notebook itself, the only thing that you have to care about is that, when a config parameter could be set from outside the notebook, check that before assigning it as part of the wandb.config object. For example, before the code was:

config_dr.min_dist = 0.1

and now it is:

config_dr.min_dist = ifnone(config_dr.get('min_dist'), 0.1)

When calling the notebook from a sweep, the sweep will magically prepare the config_dr with everything that you are sweeping over (e.g., min_dist), so it will already have that value assigned. In case the notebook is called normally, that field will be empty and you just assign a default value as usual (in this case 0.1).

The method ifnone is an utility from fastcore

from deepvats.

vrodriguezf avatar vrodriguezf commented on September 3, 2024

In GitLab by @lgs on Oct 20, 2020, 16:55

mentioned in merge request !10

from deepvats.

vrodriguezf avatar vrodriguezf commented on September 3, 2024

Closing due to inactivity

from deepvats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.