Merge pull request #14123 from shippingwang/fix_import_plot_py3

Fix import plot in py3
fix_recordio_link
Xin Pan 7 years ago committed by GitHub
commit b3b329255f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from plot import Ploter
from .plot import Ploter
__all__ = ['dump_config', 'Ploter']

Loading…
Cancel
Save