Marcos

Results 12 comments of Marcos

Got you covered 😉 I have been dealing with this for the last couple hours ```

By the way, if you limit the table size via its container (for instance, with a css grid), you get a much better result ´´´ .gridContainer { display: grid; grid-column-gap:...

I am pretty sure it is not. I mean, you can train the cnn with almost any size that you want, but it has to be the same throught all...

I'm also having this issue working with one channel on the vgg16 model. Maybe the reason for this problem is that the weights we have are designed for 3 channels,...

No one is going to help you if you don't put enough effort on explaining your type of data and its structure. Do you have your dataset on a pandas...

Man, just a quick google search solved the problem... https://stackoverflow.com/questions/7762948/how-to-convert-an-rgb-image-to-numpy-array ``` import cv2 import os import numpy as np files = os.listdir() final_dataset = [] for image in files: im...

This code might serve as an example: def load_data(): # load the dataset (it's a normal numpy array, samples x features (features = channel x width x height)) dataset =...

Thank you for answering 😄 I will just dump Mail and substitute it for something that works with bug.n By the way, thank you for developing bug.n. Its a great...

Hi! Two years later, I read this issue. Hope it helps. I am running an amd Ryzen 3700x b550 chipset on a Manjaro with kernel Linux 5.15.128-1-MANJARO x86_64 To my...

Hi everyone! Do any of you know how to go past the Title Screen? The one after the introductory animation, where you have to press "SL + SR" Thank you...