<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 10:17:22 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@weichencoder/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[macOS下实现Keras模型的可视化及错误处理]]></title><description><![CDATA[第一部分：如何实现可视化 第一种：利用 plot_model 导出模型结构图 keras.utils.vis_utils模块提供了画出Keras模型的函数，依赖于graphviz。 该函数将已经设计好的模型画成结构图，并保存成图片： from keras.utils import plot_model plot_model(model, to_file='model.png')]]></description><link>http://direct.ecency.com/graphviz/@weichencoder/macos-keras</link><guid isPermaLink="true">http://direct.ecency.com/graphviz/@weichencoder/macos-keras</guid><category><![CDATA[graphviz]]></category><dc:creator><![CDATA[weichencoder]]></dc:creator><pubDate>Tue, 20 Feb 2018 05:36:21 GMT</pubDate><enclosure url="https://images.ecency.com/p/NTy4GTJufHSR83WiZQWpZKH4aQphsnbpe6y5rooGDrF6BtCL4Lvu4NCysCCi7MKZccHqjaeu7JfmE1pJBXyiocjoWwmESkYwQoRpxQKkSPqFRunC68tWV1K1sMm39uvomkCwA3oQkksxNis393VuJhK2ND8sARXaY4v6qJMM?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[解决macOS下matplotlib无法显示中文的问题]]></title><description><![CDATA[引言 Matplotlib是Python的一个不错的绘图框架，但是本身并不支持中文（默认配置中没有中文字体），所以如果绘图中出现了中文，会出现乱码。如图所示： 下面我们就来看看，如何愉快地解决它吧！ 本人环境：macOS/Python2.7&3.6 亲测可用 方法一：一劳永逸的方法（当然只是在你的机器上，无法迁移到别人机器） 下载你想要的字体（这里以SimHei.ttf字体为例）]]></description><link>http://direct.ecency.com/matplotlib/@weichencoder/macos-matplotlib</link><guid isPermaLink="true">http://direct.ecency.com/matplotlib/@weichencoder/macos-matplotlib</guid><category><![CDATA[matplotlib]]></category><dc:creator><![CDATA[weichencoder]]></dc:creator><pubDate>Fri, 16 Feb 2018 09:05:36 GMT</pubDate><enclosure url="https://images.ecency.com/p/NTy4GV6ooFRqkobu7UR2LefXpqxKmbhQTqmFGQG4LE2bAN7MZoxvkaE4aSFYE8gQarzkaQuqq9x9KxfrpQtNnoqURefH61czL5Uem1FH9r7VkwEQcvaWPTJyDk18tsfk9dHHxRy2WYAcTqKYTr3oWBjHy8eFfc1vCJbaAuBf?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>