dl-backtrace 0.0.12__py3-none-any.whl → 0.0.14__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dl-backtrace might be problematic. Click here for more details.

dl_backtrace/version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.0.12'
16
- __version_tuple__ = version_tuple = (0, 0, 12)
15
+ __version__ = version = '0.0.14'
16
+ __version_tuple__ = version_tuple = (0, 0, 14)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dl-backtrace
3
- Version: 0.0.12
3
+ Version: 0.0.14
4
4
  Summary: A python SDK for Deep Learning Backtrace
5
5
  Home-page: https://xai.arya.ai/docs/introduction
6
6
  License: MIT
@@ -64,6 +64,7 @@ from dl_backtrace.pytorch_backtrace import activation_master
64
64
  | Name | Link |
65
65
  |-------------|-------------------------------|
66
66
  | Tensorflow Backtrace Tabular Dataset | [Colab Link](https://colab.research.google.com/drive/1A4J-wgShD7M_pUmsqbnI8BD3hE43dT8o?usp=sharing) |
67
+ | Tensorflow Backtrace Textual Dataset | [Colab Link](https://colab.research.google.com/drive/1zT_K8mHdzyfQe_LG576qwiBqw8o6LRQH?usp=sharing) |
67
68
  | Tensorflow Backtrace Image Dataset | [Colab Link](https://colab.research.google.com/drive/1KbLtcjYDrPQvG6oJj1wmHdiWxRrtKNrV?usp=sharing) |
68
69
  | Pytorch Backtrace Tabular Dataset | [Colab Link](https://colab.research.google.com/drive/1Z4UJNFd83dwXBMM0cmiNYEjh6xhRtQA_?usp=sharing) |
69
70
  | Pytorch Backtrace Image Dataset | [Colab Link](https://colab.research.google.com/drive/14XKwCsS9IZep2AlDDYfavnVRNz8_b-jM?usp=sharing) |
@@ -1,5 +1,5 @@
1
1
  dl_backtrace/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- dl_backtrace/version.py,sha256=J9AUd4fAuSymrNadeGqOirSMYNZ9WQmqXwLZX1sdsUk,413
2
+ dl_backtrace/version.py,sha256=Z5KVh4ecKbPlzksuEdQrX-Mm8ihZCLuudKr2xk8fqgc,413
3
3
  dl_backtrace/pytorch_backtrace/__init__.py,sha256=TDhKQIj1INyQq7cqTvpjpnBDhoMeWSoqVdx_mPAV3Sw,24
4
4
  dl_backtrace/pytorch_backtrace/backtrace/__init__.py,sha256=AuR7uMTbf7rrFl-9sMIQ3lQmhu_ATSFBZmfs7R66jAc,76
5
5
  dl_backtrace/pytorch_backtrace/backtrace/backtrace.py,sha256=DJ6K0sA0dM524T_TLKznbPCzRxAhVOiRHf94xWHoMD4,28935
@@ -14,8 +14,8 @@ dl_backtrace/tf_backtrace/backtrace/config.py,sha256=xbjCn6B7HGjy3QEErrJSDFylFrr
14
14
  dl_backtrace/tf_backtrace/backtrace/utils/__init__.py,sha256=AQaFZ-afR0_oAaRp5pBqIxv7g_P07VeFZEgkcJ5ps2o,44
15
15
  dl_backtrace/tf_backtrace/backtrace/utils/contrast.py,sha256=p-0zjombtk_eyAMwtp4QMgTwKT7XTqib6WP0CK4pYP0,32130
16
16
  dl_backtrace/tf_backtrace/backtrace/utils/prop.py,sha256=-h7nHEvsoEwfksHsT52VfnZy334DvqqP8g6fMFVNnAM,25670
17
- dl_backtrace-0.0.12.dist-info/LICENSE,sha256=RTqAU0MFv1q3ZXKewNobKxIIPzRHgImom7e6ORV7X6o,1064
18
- dl_backtrace-0.0.12.dist-info/METADATA,sha256=K-BAE1sqbWPdqcbDTupwdSNqm1dPTRuvaoxmOpKHQ74,3682
19
- dl_backtrace-0.0.12.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
20
- dl_backtrace-0.0.12.dist-info/top_level.txt,sha256=gvGVYScJfW6c4aO5WMo4Aqa6NLEfmLK7VWXVx_GeiIk,13
21
- dl_backtrace-0.0.12.dist-info/RECORD,,
17
+ dl_backtrace-0.0.14.dist-info/LICENSE,sha256=RTqAU0MFv1q3ZXKewNobKxIIPzRHgImom7e6ORV7X6o,1064
18
+ dl_backtrace-0.0.14.dist-info/METADATA,sha256=fEwZqOtvX_AJblPFvAyePQY7WHss7t2WHZS-Dh1xJYU,3826
19
+ dl_backtrace-0.0.14.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
20
+ dl_backtrace-0.0.14.dist-info/top_level.txt,sha256=gvGVYScJfW6c4aO5WMo4Aqa6NLEfmLK7VWXVx_GeiIk,13
21
+ dl_backtrace-0.0.14.dist-info/RECORD,,