Michael Potter

Results 7 issues of Michael Potter

Importing NLTK breaks PyTorch multi-processing on Mac (both Intel and M1 based). ```python import torch from torch.utils.data import DataLoader, TensorDataset import os import torch.multiprocessing as mp import nltk if __name__...

enhancement

When a pytorch model which has multiple inputs passing through the same initial layers (ex. Siamese network), hiddenlayer draws this as 2 separate network branches rather than one branch with...

This is something that I suspect will be of interest to people who land on this repo: https://github.com/octoml/Apple-M1-BERT People were able to get 2x speed improvement over TF-metal using TVM...

Just out of curiosity, are you able to use the 'high power mode' to get around the apparent 40W limit? https://www.macrumors.com/2021/10/22/high-power-mode-16-inch-macbook-pro-m1-max/

When a model takes multiple inputs (ex. a Siamese network) that all go through the same set of layers before the results are compared later on in the network, the...

First off, thanks for making this fork to keep the package alive. When I generate a diagram with several tables, where Table A Column B foreign keys to Table C...

Hi all, Currently using dcgm_fi_dev_gpu_util to monitor GPU utilization but running into an issue where it will occasionally spit out a data point that isn't between 0 and 100. The...