Oscar A. Rangel

Results 10 comments of Oscar A. Rangel

https://stackoverflow.com/questions/58359881/tf-contrib-layers-fully-connected-in-tensorflow-2

Hi Miaecle, Thanks for your quick response! this is the problem I am having..... image_names = [ p for p in os.listdir(images_path) if p.startswith('cut_') and p.endswith('.png') ] -- it returns...

Hi There, I was looking into it more, and this is what I found, is there anything I am missing? look at the screenshot ![code_never_executed](https://user-images.githubusercontent.com/35476741/61233998-947f1480-a6f7-11e9-8ce9-9f8e2fe65e34.png) and the code and the...

@miaecle , Thanks for the response, there is a cut directory, but there is nothing there because the code never gets executed.... > if os.path.join(path, 'cut_' + os.path.splitext(img_path)[0] + '.png'):...

@miaecle , Why do we need to make every image a png and not leave it as a jpeg ? Thanks, -Oscar.

@miaecle thanks a lot for the fix! it is working now, but there is one more thing that needs fixing.... sorry. I found that the code wasn't writing any images...

> So it is not a jpeg/png issue I never said it was a jpeg/ png issue.... The questions are why do you need to feed the network png's and...

Hi there, I will contribute too, in order to get it to work on Metal Apple M1 this is my trace: ~~~ ===================================BUG REPORT=================================== Welcome to bitsandbytes. For bug reports,...

Getting the same error, I tried this: agent.states = env.reset()[0][np.newaxis, :] but does not work.... any help ?

please help, does not for me, "ensure that the index.html file is located in the correct file path and is accessible by the application." please explain, as it is located...