Skip to content
View adamconkey's full-sized avatar
Block or Report

Block or report adamconkey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    Shell

  2. linux_tips linux_tips Public

  3. Function to generate random RGB tupl... Function to generate random RGB tuples using Seaborn color palettes.
    1
    import random
    2
    import seaborn as sns
    3
    
                  
    4
    
                  
    5
    def random_colors(n_colors, palette='hls', xkcd_colors=[]):
  4. See all of the possible distribution... See all of the possible distribution combinations that can be used in PyTorch's kl_divergence function.
    1
    from torch.distributions.kl import _KL_REGISTRY
    2
    
                  
    3
    def view_kl_options():
    4
        """
    5
        Displays all combinations of distributions that can be used in