Brian Davis

Results 64 comments of Brian Davis

You can leave off the image directory argument. I believe it was to allow the images themselves to be plotted as points; I don't think I ever actually got it...

That is what `generate.py` is for, sorry that wasn't clear in the README. It provides several different ways to generate.

The `f` option (from-to) is probably the simplist as it doesn't require the style pickle.

Could you attach the style images and a generated image?

Are you using the pre-trained model?

Try the pre-trained model to be sure that works.

And you've pulled the latest code? All `import mmd_hw_dataset` should be gone...

So that "realese" doesn't have the latest code. It's just a hack way of attaching the weights to the repo. Pull the latest code from the repo itself.

Thanks! During training it will save images every X iterations. Check these to be sure it's training correctly as something was going wrong before. The parameters controlling this in the...

The project used two datasets, the IAM and RIMES. The objects in `datasets/` are used to read them in their individual formats and then prepare the data for what the...