Lucas David

Results 41 comments of Lucas David

@thequilo no news on mongomock' release date, right? Considering they release quite seldom, and that this is only a develop dependency used to run the pipelines, don't you think it...

I'm also having this problem. It works fine in online mode, and images seem to be uploaded when I run `run.finish()` at the end of the experiment. On offline mode,...

As far as I am aware, in a previous version of Keras: Using a model as a layer of another model would call `Layer.__call__` for every sub-component of the inner...

@innat has this problem been fixed? How does the new API behave?

Has this been abandoned? DRF could really improve with bs5 :(

Maybe it looks a bit off because the new buttons are a little lighter and brighter, while DRF's components (e.g. navbar) are darker and opaque. I always though there was...

Breadcrumbs are quite different too. Was that intentional? I think `.bg-light .rounded` classes could be added here.

+1 for solving this problem. Admin styles ARE leaking to the rest of the app.

I'm not very familiar with this architecture. I'll look into it and get back to you.

@qlzh727 current behavior is squeezing both tensors (`[batch]` and `[batch, 1]`) into the shape `[batch]`, which is incorrectly reduced within mse. This problem is aggravated if the user has a...