Pinned Loading
-
Calculating the confusion matrix bet...
Calculating the confusion matrix between two PyTorch tensors (a batch of predictions) - Last tested with PyTorch 0.4.1 1import torch
234def confusion(prediction, truth):
5""" Returns the confusion matrix for the values in the `prediction` and `truth` -
-
torch_testing
torch_testing PublicA collection of assertion methods to compare PyTorch Tensors in tests
-
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 %>34<%# ... %>5<head>
-
Rename the parameters of a PyTorch m...
Rename the parameters of a PyTorch module's saved state dict. Last tested with PyTorch 1.0.1. 1import torch
2from collections import OrderedDict
345def rename_state_dict_keys(source, key_transformation, target=None):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


