Giorgos Paraskevopoulos
Giorgos Paraskevopoulos
This PR introduces a new contrib folder under pudb for community customization. A stringifier for pytorch is included. Related issue: #475 Detailed changelog: * A module was added under pudb/contrib/stringifiers...
Hi, First of all thank you for this awesome project. I have created a stringifier for integrating [pudb + pytorch](https://github.com/georgepar/pudb-torch) to debug ML code, and I am wondering if there...
Hi all, Has anybody tried to upgrade this project to tensorflow 2.0? AFAIK one of the main issues is that `cuda_stream.h` header was removed in TF 2.0 (also see #40...
Hello, I encounter the following error when trying to install tarp ``` webdataset/tarp/tarp/sort.go:44:17: undefined: msgpack.Encode webdataset/tarp/tarp/sort.go:83:6: undefined: msgpack.Decode ``` I tried both `go get -v github.com/webdataset/tarp/tarp` and `go get -v...