There is good news for you. I made a new repository with a single Dockerfile to build every combinations of versions of Ubuntu LTS and gcc you like
Find out more on https://github.com/alexandreelise/install-gcc
| import torch | |
| import numpy as np | |
| from matplotlib import pyplot as plt | |
| def make_model_diagrams(outputs, labels, n_bins=10): | |
| """ | |
| outputs - a torch tensor (size n x num_classes) with the outputs from the final linear layer | |
| - NOT the softmaxes | |
| labels - a torch tensor (size n) with the labels | |
| """ |
There is good news for you. I made a new repository with a single Dockerfile to build every combinations of versions of Ubuntu LTS and gcc you like
Find out more on https://github.com/alexandreelise/install-gcc