PetrochukM / HParams

Configure Python functions explicitly and safely
MIT License
126 stars 8 forks source link

`setprofile` does not work with multiple threads #6

Open PetrochukM opened 4 years ago

PetrochukM commented 4 years ago

This error...

The decorator was not executed immediately before %s at (%s:%s); therefore, it\'s HParams may not have been injected. is triggered in a multithreaded environment despite setprofile not supporting multithreaded environments.