DLumi
DLumi
Hello. I've only started using this wonderful library today, so I probably still struggle to find some things. Namely, I don't really find a CLI option to update (_only_) paired...
Hi! I'm using TRDG v1.7.0 with Python 3.7.10 and I can't force my text to fit on some of the images. This usually happens with relatively long words like '_Jacksonborough_'...
I quite literally copied the code from notebooks 37-38 but the training fails on 1st epoch 63/100 with an error saying something like: your input is out of data. So...
It seems strange to me that adding slash is not an optional parameter. My bot, for example, requires some text responses from the user, and I'd like to mock them,...
* cattrs version: 23.1.2 * Python version: 3.10.6 * Operating System: Win 10 ### Description Right now I'm looking to migrate from dataclass + dacite to attrs + cattrs, but...
## Description A feature that enables you to see your party members behind map geometry. ## Additional context I always lose my partner in bushes/rocks/dark etc. Being able to tp...
Keras model would throw an error on training when using Torch backend and a custom (Python) data generator. Steps to reproduce: 1) Define a model 2) Define a simple data...
If we check the code for `build` it has a failsafe for cases when the first layer of the model is not an Input layer: Here's the snippet from [the...
1) It's really weird to drop `add_metric` when you still have `add_loss`, but alright 2) If you are not planning to improve compatibility with 'niche functionality' of the past, then...
### Current Behavior: Variable output shapes are not handled correctly when `build()` is called by a Sequential model (Torch backend only) ### Expected Behavior: Variable shapes remain variable ### Steps...