clearml/trains
Szymon Maszke 6815dd5410
Add .pt file extension as PyTorch
Usually `.pt` is used as pytorch's extension, see [this StackOverflow question](https://stackoverflow.com/questions/59095824/what-is-difference-between-pt-pth-and-pwf-extentions-in-pytorch).

Furthermore `.pth` is used by Python to list additional package search paths (see [this PyTorch issue](https://github.com/pytorch/pytorch/issues/14864)) so IMO it might be worth reconsidering existence of it extension. AFAIK `.pt` is advised and used throughout most projects.
2020-01-06 13:08:54 +01:00
..
backend_api Fix requests issue in python 2.7 that can cause a deadlock when importing netrc 2020-01-02 11:58:02 +02:00
backend_config Embed pyhocon into package, and extend parsing capabilities. 2019-10-25 15:16:18 +03:00
backend_interface Use source task id to determine cloned task parent 2020-01-02 12:01:03 +02:00
binding Fix typo 2020-01-02 11:55:59 +02:00
config Update documentation 2019-12-24 18:20:16 +02:00
debugging Improve stability and resilience on intermittent network connection 2019-08-19 21:17:53 +03:00
storage Fix files http/s host ending with / 2019-11-28 00:48:48 +02:00
utilities Make sure ProxyDictPreWrite and ProxyDictPostWrite are pickled correctly 2019-12-21 18:33:15 +02:00
__init__.py Initial beta version 2019-06-10 20:02:11 +03:00
errors.py Initial beta version 2019-06-10 20:02:11 +03:00
logger.py Add missing x/y/z axis titles to various logger report 2019-10-27 00:32:05 +03:00
model.py Add .pt file extension as PyTorch 2020-01-06 13:08:54 +01:00
task_parameters.py Initial beta version 2019-06-10 20:02:11 +03:00
task.py Use source task id to determine cloned task parent 2020-01-02 12:01:03 +02:00
version.py version bump 2019-12-15 15:13:44 +02:00