CeadeS
CeadeS
**Actual behavior** When pushing to an insecure registry, process fails with the message: ``` error checking push permissions -- make sure you entered the correct tag name, and that you...
Hi, when using `kernel_regularizer=regularizers.l2(0.00004)`, in conv2D layer i get „AttributeError: 'Model' object has no attribute '_losses'„ caused by `outputs = model(inputs)` that merges the outputs of the different splits in...
Add easy to maintain __version__ support. add version.py that holds the version add a solution that reads version dict from version.py add __version__ to homura.__init__ fix the missing requirement for...
os.rename can not move a file to another drive. shutil can do it. Set shutil.move as property of the object to set it after testing paths for hard drive.
Hey, nice solution. Thank you. There seems to be a problem in sizeof(CV_8UC3) when converting Mat. Since CV_8UC3 is type int it seems not to change its value when changed...
Hello, I recently tried to train and evaluate the method without values and I ran into some problems. You can surely help me with that. I trained the model with...