uncomplicate

whilo 2017-06-29T13:56:58.099482Z

@jduhamel which methods do you plan to apply?

whilo 2017-06-29T13:57:36.114895Z

I am currently looking into implementing a GAN and I might start with the tensorflow interface for now, because porting of python code will be much more straightforward.

whilo 2017-06-29T13:58:00.124533Z

Many people in my group use pytorch though, because torch can dynamically alter the compute graph, while tensorflow compiles it statically.

whilo 2017-06-29T13:58:36.139506Z

I think the uncomplicate libraries might allow that as well, so I am currently playing around a bit with both.

whilo 2017-06-29T13:59:00.149247Z

A problem is that the automatic differentiation is not yet implemented and that would mean yet another deep learning framework.

whilo 2017-06-29T13:59:13.154254Z

I don't have time for that in my master thesis probably.

whilo 2017-06-29T13:59:27.160544Z

If others work on it as well, that might be different though.