Mario Klingemann

Results 22 issues of Mario Klingemann

I frequently ran into the issue that the training does not start but gets stuck in the create_thread_pool() method. Looking at the number of threads it tries to allocate I...

I am looking for a way to get more consistency in the output when processing a bigger image in tiles. The problem is that due to the memory constraints currently...

In particular when training for a long time it can happen that some very annoying artifacts appear on some of the outputs. Usually they are square, are at the same...

I just noticed that if you increase the batchSize to a value > 1 it can happen that depending on the value of save_latest_freq the saving of the lastest_net snapshot...

Sorry if this is a bit off-topic but this seems to be the best place to ask: Do you think that adding one or more spatial transformer layers to the...

Unless I am missing something obvious it seems like if I want to use a trained model to process a batch of images I still have to prepare the images...

Would it theoretically be possible to create an objective that uses either a control map or a callback function that changes the channel objective on a coordinate-based criterion? A simple...

enhancement
lucid.optvis

Running texturizer with the same seed results in slightly different results when repeated. I would expect the same seed to generated the identical texture every time. Here are three examples:...

This is more of a newby issue, but I would find it helpful if there was an example showing how to continue training from an existing checkpoint and/or start training...

enhancement