Yotam Barnoy
Yotam Barnoy
Am I correct in saying this is still very slow? I've had it running for 3 days on a Titan XP, and my resulting faces are somewhat... monstrous. I'm using...
Well, some of the images are pretty good, but even after almost a week, many of the images come out terrible -- pieces don't fit together, or are really smudged....
Yeah I'm getting the same kind of results. Some areas are 'smushed', but more importantly, the network doesn't seem to be able to combine the pieces from the features in...
I didn't realize you weren't supporting Wasserstein loss yet. This could be a very big element.
Looks like you should call `Random.State.get_state()` for the default init, so that in case the user seeded the random state (to maintain reproducibility), you use the same state.
@nilsbecker it's not possible because it's not exposed in the interface. It's also just one allocation and really not a huge deal IMO.
BTW I ended up using the React interface and it works nicely. Definitely easier to use currently than the Eliom_notif interface, and I don't currently need the subscription mechanism (though...
Just tested on 4.04.0, non-Flambda. Same problem.
OK I must be doing something stupid then. Following the example, after using `eliom-distillery`, I edit the `mysite.eliom` file to be as in [this gist](https://gist.github.com/bluddy/c6642a7aef425b34fc1d0bba8f61f068). What am I doing wrong?
My bad. Though to be fair, the creation of `main_service` makes it seem like it should fit in with the remainder of the code from the distillery, which uses `main_service`....