Coder Social home page Coder Social logo

bicyclegan-tensorflow's People

Contributors

andrewliao11 avatar youngwoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bicyclegan-tensorflow's Issues

Activation function

Is there sth. wrong to substitute Leaky Relu with Relu ? I change it because tensorflow1.0 seems hasn't the Leaky Relu function and the loss is negative number.

a question about about generator.

@gitlim your work is very awesome. but when i want to extract the features of the end of the encoder path in the generator, the features' shape is (1 1 1 512). I find that all the value are 0. why ?
thanks !

Checkpoint for edges2shoes

Hello my name is Alejandro Barredo Arrieta and I am currently working on a research project related with GAN architectures. Would it be possible for you to share the model's checkpoint.
Thank you in advance.

Batch size implementation missing in data loader

Although we can pass a batch size argument in the main bicycle-gan.py code In the data_loader.py there is no implementation to fetch the respective batches..rather it always fetches a batch size of 1. Hence leading to this error.

Cannot feed value of shape (1, x) for Tensor u'input_images:0', which has shape '(2, x)'

Whenever a non-default batch is taken.

residual does not have an activation layer keyword

It is a great work for your implementation~~
I think there is smoething going wrong in this code..
in ops line 98:
def residual(input, num_filters, name, is_train, reuse, norm, pad='REFLECT',
bias=False)
But in encoder line 57:
E = ops.residual(E, n, 'res{}_{}'.format(n, i + 1), self._is_train,
self._reuse, norm=self.norm, activation='leaky',
bias=True)
The anctivation layer in the reidual block is 'relu' in your ops. What is going on?...I feel confused~
Maybe the line 57 in encoder need to be : E = ops.residual(E, n, 'res{}
{}'.format(n, i + 1), self._is_train,
self._reuse, norm=self._norm,
bias=True)

Keeping encoder fixed for cLR-GAN step

Hello,
In the original paper the authors state they keep the encoder fixed when performing the update step for cLR-GAN. However, in your code it seems that it is being updated. Are you aware of this?

Thanks

Resnet block is incorrectly implemented

Hi,

The resnet block is incorrectly implemented the input is always 64 channel while the residual block channel size keeps changing.

If you are looking for pull requests, please let me know.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.