Mustafa Celik

Results 7 comments of Mustafa Celik

How can we colorize the whole image instead of only the face part?

while I am running this command: `python3.8 -m torch2tflite.converter --torch-path model/model.pth --tflite-path model.tflite --target-shape 225 225 3 --seed 1` the error: `ERROR:root:Can not load PyTorch model. Please make sure that...

> Hi @ashupednekar > > In my case I changed the cell above the "load_model(model_path)" cell to > > model_path = '../models/n_seconds/siamese__nseconds_3.0__filters_32__embed_64__drop_0.05__r_0.hdf5' > > and downloaded the model file from...

> The `torch.jit.mobile` has a [`_backport_for_mobile`](https://cs.github.com/pytorch/pytorch/blob/730fef25c71dfb7c7d3f403df48541cc0aac154d/torch/jit/mobile/__init__.py#L139) function to "backport" a model to a given version > > ``` > from torch.jit.mobile import ( > _backport_for_mobile, > _get_model_bytecode_version, > ) >...

How can I put limit in prediction instead of initialisation

I have Tesla T4 gpu on amazon server. Is it possible to running out of memory in that gpu? ``` /projects/instruct-pix2pix$ nvidia-smi Mon Jan 30 09:10:48 2023 +-----------------------------------------------------------------------------+ | NVIDIA-SMI...

hello, the server is running. when I type a message, it won't respond. and throws the following error in the server side: What should I do, any suggestion would be...