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

Block or report the-bass

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

  1. debae debae Public

    A rails 5 app that allows users to debate and rate given statements

    Ruby

  2. torch_testing torch_testing Public

    A collection of assertion methods to compare PyTorch Tensors in tests

    Python 6 1

  3. backups_cleaner backups_cleaner Public

    Provides various strategies to free your storage from superfluous backups.

    Rust

  4. mengpaneel mengpaneel Public

    Forked from DouweM/mengpaneel

    Mengpaneel makes Mixpanel a breeze to use in Rails apps. This fork uses ActiveJob instead of Sidekiq for delayed jobs.

    Ruby

  5. Calculating the confusion matrix bet... Calculating the confusion matrix between two PyTorch tensors (a batch of predictions) - Last tested with PyTorch 0.4.1
    1
    import torch
    2
    
                  
    3
    
                  
    4
    def confusion(prediction, truth):
    5
        """ Returns the confusion matrix for the values in the `prediction` and `truth`
  6. Using Google Analytics with Rails 5 ... Using Google Analytics with Rails 5 and Turbolinks 5. This code is taken from the conversation between @preetpalS and @packagethief on https://github.com/turbolinks/turbolinks/issues/73.
    1
    <%# Put this code snippet between the <head></head>-tags in your application layout and %>
    2
    <%# replace 'UA-XXXXXXXX-X' with your own unique Google Analytics Tracking ID %>
    3
    4
    <%# ... %>
    5
    <head>