Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Python-Repository-Hub
/
tensorflow-plot
Public
forked from
wookayin/tensorflow-plot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
tensorflow-plot
tfplot
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2019
Release version: v0.3.2
wookayin
committed
70dbe91
View commit details
Copy full SHA for 70dbe91
View code at this point
Browse repository at this point
Support older TF versions (<1.9)
wookayin
committed
11799e4
View commit details
Copy full SHA for 11799e4
View code at this point
Browse repository at this point
Make tfplot.summary work with older version of TF (~1.12)
Show description for 0f27754
wookayin
committed
0f27754
View commit details
Copy full SHA for 0f27754
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Fix matplotlib 3.1+ issue (#18)
Show description for 7a55191
wookayin
committed
7a55191
View commit details
Copy full SHA for 7a55191
View code at this point
Browse repository at this point
Commits on May 2, 2019
Release: v0.3.1
wookayin
committed
dbf62f8
View commit details
Copy full SHA for dbf62f8
View code at this point
Browse repository at this point
Use assertEqual instead of deprecated assertEquals
wookayin
committed
3616bc0
View commit details
Copy full SHA for 3616bc0
View code at this point
Browse repository at this point
Temporary workaround of the KeyError issue (#17)
Show description for dc3b126
wookayin
committed
dc3b126
View commit details
Copy full SHA for dc3b126
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
Use TF2.0-compatible API (#15)
Show description for fb6201a
wookayin
committed
fb6201a
View commit details
Copy full SHA for fb6201a
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Bump to next development version: 0.4.0.dev
wookayin
committed
a17e3a4
View commit details
Copy full SHA for a17e3a4
View code at this point
Browse repository at this point
Commits on Feb 23, 2019
Release: v0.3.0
wookayin
committed
3802749
View commit details
Copy full SHA for 3802749
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
Fix summary wrapper when plotting is not batched (#13)
Show description for e7527cc
stefanwayon
authored and
wookayin
committed
e7527cc
View commit details
Copy full SHA for e7527cc
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
Suppress imgcat on test or Travis CI
wookayin
committed
bc8f24d
View commit details
Copy full SHA for bc8f24d
View code at this point
Browse repository at this point
Write a test for tfplot.summary (still deprecated)
wookayin
committed
10a9d3a
View commit details
Copy full SHA for 10a9d3a
View code at this point
Browse repository at this point
Commits on Dec 25, 2018
Decode string arguments into unicode if they are bytes
Show description for 8b502f7
wookayin
committed
8b502f7
View commit details
Copy full SHA for 8b502f7
View code at this point
Browse repository at this point
Make autowrap accepts additional kwargs
Show description for fa49359
wookayin
committed
fa49359
View commit details
Copy full SHA for fa49359
View code at this point
Browse repository at this point
REBASEME: Use wraps to preserve __doc__ and __module__ properly
Show description for b281efb
wookayin
committed
b281efb
View commit details
Copy full SHA for b281efb
View code at this point
Browse repository at this point
Expose module attr of tfplot.contrib functions properly
wookayin
committed
ff163c3
View commit details
Copy full SHA for ff163c3
View code at this point
Browse repository at this point
Add initial implementation of `tfplot.contrib` (#11)
Show description for a7cd188
wookayin
committed
a7cd188
View commit details
Copy full SHA for a7cd188
View code at this point
Browse repository at this point
Fix bugs on python 2.7
Show description for 14648a5
wookayin
committed
14648a5
View commit details
Copy full SHA for 14648a5
View code at this point
Browse repository at this point
Fix travis CI issues on python 2.7 and 3.4
Show description for 6b351bd
wookayin
committed
6b351bd
View commit details
Copy full SHA for 6b351bd
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
Make tfplot.autowrap() support Axes methods
Show description for 7bc29ea
wookayin
committed
7bc29ea
View commit details
Copy full SHA for 7bc29ea
View code at this point
Browse repository at this point
Add minimal test of tfplot.ops
wookayin
committed
3cefadd
View commit details
Copy full SHA for 3cefadd
View code at this point
Browse repository at this point
Build fig array using frombuffer
Show description for 290dcc8
shwang
authored and
wookayin
committed
290dcc8
View commit details
Copy full SHA for 290dcc8
View code at this point
Browse repository at this point
Commits on Oct 22, 2018
Fix python2 issues on unit tests
Show description for 4020c13
wookayin
committed
4020c13
View commit details
Copy full SHA for 4020c13
View code at this point
Browse repository at this point
Update requirements.txt: delegate to setup.py
wookayin
committed
fcbd50e
View commit details
Copy full SHA for fcbd50e
View code at this point
Browse repository at this point
Support figsize argument in tfplot.autowrap
wookayin
committed
ac981b7
View commit details
Copy full SHA for ac981b7
View code at this point
Browse repository at this point
Use better __name__ and __qualname__
wookayin
committed
82ded11
View commit details
Copy full SHA for 82ded11
View code at this point
Browse repository at this point
Commits on Oct 21, 2018
Update documentations for wrap/autowrap
wookayin
committed
408ddb4
View commit details
Copy full SHA for 408ddb4
View code at this point
Browse repository at this point
Make wrap as a decorator and introduce @autowrap
Show description for 7c6fcb7
wookayin
committed
7c6fcb7
View commit details
Copy full SHA for 7c6fcb7
View code at this point
Browse repository at this point
Add unit tests for the decorator
Show description for 41a0e23
wookayin
committed
41a0e23
View commit details
Copy full SHA for 41a0e23
View code at this point
Browse repository at this point
Add a decorator-style API (in progress)
Show description for 2edccc9
wookayin
committed
2edccc9
View commit details
Copy full SHA for 2edccc9
View code at this point
Browse repository at this point
Move wrap(), wrap_axesplot() to tfplot.wrapper
wookayin
committed
a2b725e
View commit details
Copy full SHA for a2b725e
View code at this point
Browse repository at this point
Fix version string
wookayin
committed
5a63dcb
View commit details
Copy full SHA for 5a63dcb
View code at this point
Browse repository at this point
Commits on Oct 20, 2018
Move merge_kwargs utility function to util package
wookayin
committed
4463794
View commit details
Copy full SHA for 4463794
View code at this point
Browse repository at this point
Bump to next development version: 0.3.0.dev0
wookayin
committed
0fa63e8
View commit details
Copy full SHA for 0fa63e8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.