Shiaoming / CS231n-Spring-2017-Assignment

My implementation of CS231n spring 2017 homework. I chose to use TensorFlow to implement assignment3.

Home Page:http://cs231n.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS231n Spring 2017 homework

My implementation about CS231n spring 2017 homework. I chose to use tensorfow to implement assignment3. Some weird things happend in DCGAN and styletransfer.

  1. In questions about DCGAN, all the images in a single step are the same, although all the checks seem to be right.
  2. In questions about styletransfer, my code can't synthesis images similar to results in the slides. It seems that my network dosen't learn to the right style.

Hoping someone can pull me out of the mire.

DCGAN error result

DCGAN error result

DCGAN right result

DCGAN right result

styletransfer error result

style error result

styletransfer right result

style right result


自己完成的CS231n spring 2017 homework。 assignment3使用tensorflow实现,但是有两处结果不太对:

  1. DCGAN一问中每一步结果都是一样的。而奇怪的是前面的check都通过了。
  2. styletransfer一问中得到的图像和课件上的不一样,应该是没有正确转换style。

试验了几天也没找到原因,希望有明白的大佬可以提点提点

About

My implementation of CS231n spring 2017 homework. I chose to use TensorFlow to implement assignment3.

http://cs231n.github.io/


Languages

Language:Jupyter Notebook 98.5%Language:Python 1.5%Language:Shell 0.0%