Skip to content

Instantly share code, notes, and snippets.

View mazzzystar's full-sized avatar
☂️
Focusing

Ke Fang mazzzystar

☂️
Focusing
View GitHub Profile

Download Audio from YouTube

-i - ignore errors

-c - continue

-t - use video title as file name

--extract-audio - extract audio track

@mazzzystar
mazzzystar / Signal reconstruction from spectrograms.ipynb
Created June 1, 2018 11:11 — forked from carlthome/Signal reconstruction from spectrograms.ipynb
Try to recover audio from filtered magnitudes when phase information has been lost.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

目前我所知道的Style-Transfer的一切

图像中的Style-Transfer

  • Neural Style Transfer: A Review

 * Arxiv  * 我的带标注版本

@mazzzystar
mazzzystar / _tsne.pdf
Created May 3, 2017 11:49 — forked from kylemcdonald/_tsne.pdf
Exploring antonyms with word2vec.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mazzzystar
mazzzystar / scrapy_plus_selenium_renderedpage
Created September 8, 2016 11:35 — forked from cheekybastard/scrapy_plus_selenium_renderedpage
Using Scrapy with Selenium to scape a rendered page
#Using Scrapy with Selenium to scape a rendered page [Updated]
from scrapy.contrib.spiders.init import InitSpider
from scrapy.http import Request, FormRequest
from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor
from scrapy.contrib.spiders import CrawlSpider, Rule
from scrapy.spider import BaseSpider
from scrapy.selector import HtmlXPathSelector
from selenium import selenium