Toby Pohlen

Results 7 comments of Toby Pohlen

What do you mean specifically? You can train from scratch by pointing to a non-existing model. The train loop will then store snapshots under the given model name.

Hey, You can feed any image into the network as follows: - Load the image into an RGB numpy tensor - Rescale the intensity values to [0, 1] - Make...

Hey, Thanks for reporting this. I'm pretty sure that this is a bug. I will have a closer look on the weekend.

Can you try to rerun the test with the new release? Also make sure to check the dependencies via the provided script before.

Hey, Yes, you need lasange 0.2 and theano 0.9. I will add version checks to the dependency checker. The code works with the new and the old GPU backend. I...

Hm, this a weird error. It says that it cannot produce a C++ string from a Python string, which is something it should be able to do. I'll have a...

Thanks, I'll read through the doc strings later tonight. If it's not too much to ask, could you use the Google convention for docstrings? https://google.github.io/styleguide/pyguide.html#doc-function-args