Skip to content

Commit 8426e4f

Browse files
committed
Remove hard torch dependecies for keras/tensorflow user
1 parent cec8fb6 commit 8426e4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Please read the complete description in article [Clarifying exceptions and visualizing tensor operations in deep learning code](https://explained.ai/tensor-sensor/index.html).
66

7-
*TensorSensor is currently at 0.1b3 so I'm happy to receive issues created at this repo or direct email*.
7+
*TensorSensor is currently at 0.1b4 so I'm happy to receive issues created at this repo or direct email*.
88

99
## Visualizations
1010

tsensor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
2323
"""
24-
__version__ = '0.1b3'
24+
__version__ = '0.1b4'

0 commit comments

Comments
 (0)