Tried fix double title issue.

This commit is contained in:
2021-12-05 21:15:28 -05:00
parent 42598a9075
commit 8a122adbaa
5 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.2.1">Jekyll</generator><link href="https://codersherlock.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://codersherlock.github.io/" rel="alternate" type="text/html" hreflang="en" /><updated>2021-11-01T01:01:56-04:00</updated><id>https://codersherlock.github.io/feed.xml</id><title type="html">Stop Talking, Start Doing</title><subtitle>My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.2.1">Jekyll</generator><link href="https://codersherlock.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://codersherlock.github.io/" rel="alternate" type="text/html" hreflang="en" /><updated>2021-11-22T15:53:47-05:00</updated><id>https://codersherlock.github.io/feed.xml</id><title type="html">Stop Talking, Start Doing</title><subtitle>My personal blog, with some boring research staff and some tricks I was fancy to. I'll try my best to make this blog fun and useful. Not just a place I complain about all happens in my Lab.
</subtitle><author><name>Pengzhan Hao</name><email>haopengzhan@gmail.com</email></author><entry><title type="html">EDDL: How do we train neural networks on limited edge devices - PART 2</title><link href="https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices-part2" rel="alternate" type="text/html" title="EDDL: How do we train neural networks on limited edge devices - PART 2" /><published>2021-10-31T13:01:14-04:00</published><updated>2021-10-31T13:01:14-04:00</updated><id>https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices-part2</id><content type="html" xml:base="https://codersherlock.github.io/posts/eddl-how-do-we-train-on-limited-edge-devices-part2">&lt;p&gt;In the last post, part1, our idea of distributed learning on edge environment was generally addressed.
I introduced the reason why edge distributed learning is needed and what improvements it can achieve.
In this post, I will talk about our motivation study and how our framework works.&lt;/p&gt;