Vladimir Gorea

Results 5 issues of Vladimir Gorea

dim_ordering -> data_format border_mode -> padding float kernel dimension arguments become a single tuple argument, kernel size. E.g. a legacy call Conv2D(10, 3, 3) becomes Conv2D(10, (3, 3)) include_top ->...

Even though I can map folders to use inside the container, I can't seem to be able to create and run notebooks from that location. One solution that I think...

I can't find any doc regarding on how to *start* the `lite` text editor after doing the build step

I'm getting `selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 88 Current browser version is 93.0.4577.63 with binary path /usr/bin/google-chrome` and I can't find a...

Getting the error `RuntimeError: The size of tensor a (5327) must match the size of tensor b (512) at non-singleton dimension 1` when running: ```python from wordwise import Extractor stripped_body...