Skip to content

Commit

Permalink
Remove hard torch dependecies for keras/tensorflow user
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Oct 10, 2020
1 parent cec8fb6 commit 8426e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

## Visualizations

Expand Down
2 changes: 1 addition & 1 deletion tsensor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
__version__ = '0.1b3'
__version__ = '0.1b4'

0 comments on commit 8426e4f

Please sign in to comment.