Kadir Nar
Kadir Nar
Do you accept PR requests? @mtjhl
Hi @lvwerra Do you plan to add a 3rd party application for the COCO map metric?
Can you try like this? ``` model = EfficientNet.from_pretrained("efficientnet-b3", num_classes=2, weights_path="model.pth") ```
Great. I will try. Will you release a torch.hub(hubconf.py) or pip version? I would like to add it to [SAHI ](https://github.com/obss/sahi)library.
> @kadirnar soyle bir hata aliyorum video_predict yampaya calisirken: > > ``` > Sizes of tensors must match except in dimension 1. Expected size 46 but got size 45 for...
Hi @aniketmaurya , Can you review the codes? The main code was already wrong. I just added argparse support.
> Hey @kadirnar, thanks for your contribution. I will fix the pytest and then merge your PR. Also, it will take some time since I'm on sick leave. Thanks 😊...
Hi @yuranos , Thank you for solving the problem. What should I do to use my gpu? Is GPU support public?
When I add this code to the train function, I get a cuda error. ``` fabric("f-gpu-small") @model("my_first_model") def train_model(): ... layer.run([train_model()]) ``` Error Message: ``` File "/home/kadir/miniconda3/envs/layer/lib/python3.8/site-packages/torch/cuda/__init__.py", line 211, in...
``` layer.init("marul-classification",pip_packages=['torchvision','torch','QuantStub']) ``` Error Message: ``` 09:12:10 my_first_model: ModuleNotFoundError: No module named 'torchvision' ```