maxrmorrison / torchutil

General utilities for developing deep learning projects using PyTorch
MIT License
4 stars 1 forks source link

Context timer cannot currently nest #1

Closed maxrmorrison closed 12 months ago

maxrmorrison commented 1 year ago

A different internal data structure (stack) is needed in torchutil.time.Context to handle this case

maxrmorrison commented 12 months ago

Fixed in 0.0.10 (commit 958a949)