Граф коммитов

119 Коммитов

Автор SHA1 Сообщение Дата
Shital Shah 05121c60bf added doc string for stream 2023-08-30 00:47:36 -07:00
Shital Shah c9e5e9c0c4
Merge pull request #77 from kikusui6192/Update_saliency.py
Added arg device in get_saliency and get_image_saliency_results
2023-08-29 23:59:12 -07:00
Shital Shah 2031c9222d
Merge pull request #84 from ecederstrand/patch-1
Go back to plain pydot
2023-08-29 23:58:31 -07:00
microsoft-github-policy-service[bot] f59730dc7a
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 18:21:59 +00:00
Erik Cederstrand ca19fe0384
Go back to plain pydot
pydotz was a fork of pydotz but upstream has since released a version with the necessary patches.
2023-06-08 13:21:43 +02:00
microsoft-github-policy-service[bot] b1a22925d5
Microsoft mandatory file 2023-06-02 17:45:30 +00:00
Takumi Honda 654b7eb7ee Added arg device in get_saliency and get_image_saliency_results 2021-02-10 17:36:35 +09:00
Shital Shah 142f83a7cb
Merge pull request #72 from Mrliduanyang/patch-1
Update torchstat_utils.py
2021-01-15 11:46:05 -08:00
Shital Shah 251b25562f
Merge pull request #74 from kikusui6192/fix_gradcam
Fix gradcam.py
2021-01-15 11:45:13 -08:00
Takumi Honda 8e81b68ce3 Fix GradCam 2020-12-28 15:48:26 +09:00
李端阳 9fd9d50c99
Update torchstat_utils.py
I guess the code should be to rename "output_shape" to "output shape", not "input_shape" to "input shape" twice.
2020-12-22 18:46:16 +08:00
Shital Shah 07139ded98
Merge pull request #63 from brollb/patch-1
Fixed typo :)
2020-09-15 21:30:11 -07:00
Brian Broll fbf8fb7bd0
Fixed typo :) 2020-05-15 10:17:30 -05:00
Shital Shah bbf601d57f added save functionality for mpl, test array line plot for mpl 2020-05-05 00:41:33 -07:00
Shital Shah dc0f2e01de Fix trace changes after torch 1.1.0 2020-03-03 23:20:56 -08:00
Shital Shah 30f770cc97 dependency on pydotz 2020-03-03 22:42:29 -08:00
Shital Shah 6f7bcbe510 init memory to tuple 2020-03-03 17:40:44 -08:00
Shital Shah 9299eb8d3a fix leaky model for model_stats 2020-03-03 17:19:25 -08:00
Shital Shah cbf1594f6b bumped the version for new dot dependency 2020-02-06 14:44:19 -08:00
Shital Shah bae382c2ef Merge branch 'master' of github.com:microsoft/tensorwatch 2020-02-06 14:38:37 -08:00
Shital Shah 353567f207 change pydot to private github 2020-02-05 22:51:05 -08:00
Shital Shah 74cf0589ad added script to pydot 2020-02-05 22:36:10 -08:00
Shital Shah 2bcc74ed88 increment verion to 8.8.10 2020-02-05 01:41:14 -08:00
Shital Shah 51a198d4cd Match input and model device 2020-02-05 01:39:02 -08:00
Shital Shah 65577dd1cc ignore if already registered 2020-02-03 05:37:13 -08:00
Shital Shah 050337edf5 Support multiple input, outputs 2020-02-03 04:15:14 -08:00
Shital Shah bc54a67cbc updated version to 0.8.8 2020-02-01 18:51:06 -08:00
Shital Shah 418fdb3500 export ModelStats, better test script 2020-02-01 18:48:16 -08:00
Shital Shah 44929aaf97 add ModelStats, merge PRs for torchstat, add support for adaptive pool 2020-01-09 21:21:04 -08:00
Shital Shah fbf9feb3cd Updated arxiv link in readme, github url in paper 2020-01-07 00:59:07 -08:00
Shital Shah 9466cf6ccb
Merge pull request #51 from lasp73/fix/draw_model
Fix draw_model in Jupyter notebooks
2020-01-05 03:42:53 -08:00
Shital Shah 04b14ae54a Added paper reference in readme 2020-01-05 03:41:00 -08:00
Shital Shah fb04aa32e1 added EICS paper 2020-01-05 02:56:19 -08:00
Luis Pessoa 3fcd15172f Fix draw_model in Jupyter notebooks 2019-11-23 20:29:01 -03:00
Shital Shah 419163cf8d support ~ paths, add pydot dependency 2019-11-14 10:59:10 -08:00
Shital Shah 90691978e5 fixed yaml package issue 2019-11-13 18:55:19 -08:00
Shital Shah e840559b2d increase version 2019-11-13 03:03:23 -08:00
Shital Shah f43beef0e3 merged conflicts 2019-11-13 03:00:20 -08:00
Shital Shah 6822d43495 more robust PyTorch draw_model using distiller 2019-11-13 02:55:11 -08:00
Shital Shah 76b8c20cd3
Merge pull request #45 from lesteve/patch-1
Fix scikit-learn package name in setup.py
2019-11-05 09:21:06 -08:00
Shital Shah 22d36afa93
Merge branch 'master' into patch-1 2019-11-05 09:20:55 -08:00
Shital Shah 2dc6b76834
Merge pull request #47 from lokitoth/fix/graphviz_dependency
Adds graphviz to required packages in setup.py
2019-11-05 09:19:30 -08:00
Shital Shah c31cccc844
Merge pull request #48 from lokitoth/fix/pytorch_graph
Fix graph generation for PyTorch >= 1.2.0
2019-11-05 09:18:30 -08:00
Jacob Alber b86b1d9c87 Fix graph generation for PyTorch >= 1.2.0
The PyTorch graph import code in hiddenlayer.py is not compatible with
  PyTorch >= 1.2.0

PyTorch made a breaking change, renaming uniqueName() to debugName() in this commit:

f7b2778cb1
2019-11-02 13:39:39 -04:00
Jacob Alber a5dab1a858 Adds graphviz to required packages 2019-11-02 13:36:50 -04:00
Loïc Estève b4b126865d
Fix scikit-learn package name in setup.py 2019-10-30 17:20:14 +01:00
Shital Shah 32832b162c added flush in file stream 2019-10-29 15:56:18 -07:00
Shital Shah 4e79878ba3 spell fix 2019-10-08 15:25:46 -07:00
Shital Shah bfaae25f5f
Merge pull request #40 from yoongi0428/patch-1
Typo correction in lazy_logging.md
2019-09-08 02:58:16 -07:00
Yoon Ki JEONG 5d93efcd97
Typo correction in lazy_logging.md
Typo correction in lazy_logging.md (sum_lazzy.py -> sum_lazy.py )
2019-08-26 23:48:20 +09:00