• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Block Explorer 
  • Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Hive Proposals 
  • OpenHive Chat 
  • Developer Portal 
  • Hive Whitepaper 
  • Privacy Policy
  • Terms of Service
logo
  • Posts
  • Proposals
  • Witnesses
  • Our dApps
LoginSign up

weichencoder (25)Hivebuzz level badge

3 followers4 posts2 following1 HP
Blacklisted Users
Muted UsersFollowed BlacklistsFollowed Muted Lists

Joined December 2017 Active 8 years ago

  • Blog
  • Posts
  • Replies
  • Social
  • Notifications
  • Wallet
  • weichencoder (25)in #graphviz • 8 years ago
    featured

    macOS下实现Keras模型的可视化及错误处理

    第一部分:如何实现可视化 第一种:利用 plot_model 导出模型结构图 keras.utils.vis_utils 模块提供了画出Keras模型的函数,依赖于graphviz。 该函数将已经设计好的模型画成结构图,并保存成图片: from keras.utils import plot_model
    $0.00
       0 2
    • weichencoder (25)in #matplotlib • 8 years ago
      featured

      解决macOS下matplotlib无法显示中文的问题

      引言 Matplotlib是Python的一个不错的绘图框架,但是本身并不支持中文(默认配置中没有中文字体),所以如果绘图中出现了中文,会出现乱码。如图所示: 下面我们就来看看,如何愉快地解决它吧! 本人环境:macOS/Python2.7&3.6 亲测可用 方法一:一劳永逸的方法(当然只是在你的机器上,无法迁移到别人机器)…
      $0.00
         1 0