fastlater

Results 29 comments of fastlater

@VaKonS Any tensorflow implementation? I found many fast style transfer but I still cannot find one where I could set the weights.

@VaKonS Thank you for your reply. Very useful links. I will check them all and I am sure one of these will be good for my application.

any update?

Weights are saved after each training epoch inside logs folder (.h5 files). You can check https://keras.io/getting-started/faq/ (Saving/loading only a model's weights section) for further info.

@mengxiabing in the same link, you will find how to save the architecture of the model. In model.py, you can see that they used keras so you need to follow...

you are missing the folder mrcnn which has the utils.py file. Try to download the repo again.

If folder is placed in a location where the script is running, script should find it. At least, you should get something like a method error and not the moduleNotfound...

Thank you. It is pytorch, not keras but it is quite understandable for me.

Guys, Any idea why I am getting the error below. I have the file ssd_mobilenet_v1_pets.config in the folder but it says something like he cannot open it without specify the...

as @5730279821-TA , you can add these lines: ``` import os os.environ['CUDA_VISIBLE_DEVICES'] = '0' ```