Cristian Bodnar

Results 20 comments of Cristian Bodnar

I think the best way would be using AutoGraph (https://www.tensorflow.org/guide/autograph) functionality. Feel free to submit a pull request if you would want to add this functionality.

@ai-nick thanks for contributing! Can you write some tests to start with? I will have a look over your PR in the meantime.

Can you add the tests to the PR? Check https://github.com/crisbodnar/TensorFlow-NEAT/tree/master/tests for some example tests for the existent models. I will have a look once the tests are added and they...

Yes. As long as the evolved network is differentiable, this can be done. This is not different in any way from optimising a regular neural network, so you should find...

If you want to keep it in the exact style of Mockito I don't see any nice solution. The best thing I can think of right now is `mock.When.smth(1).ThenReturn(1234)` and...

Awesome. I wrote a design doc inside Improbable (https://improbable.io/) to switch to this mock library because it has type checks and it's much better than testify mocks in general (what...

Hi @petergtz. Sorry for the (very) late reply. Unfortunately, I am not working there anymore so not sure what the status is.

Sorry for the late reply, @khcy82dyc ! You can find some instructions on this github page: https://github.com/reedscot/cvpr2016 . Unfortunately, the scripts are written in lua and they use torch, but...

Hi @akm190 ! Sorry for the late reply! I just updated the repo with the most recent code from my thesis. There is a WGAN-CLS implementation which you can use...

@PragyanSubedi , see this related issue https://github.com/crisbodnar/text-to-image/issues/8