NanoCode012

Results 342 comments of NanoCode012

Hi @Frank1126lin , regarding the `ema` error, I just created a fix for this at #775 and waiting for review. I am not as sure about the second error. Can...

Hi @Derkades , may I ask a question? What would I do if the webserver is not working inside the container? In my case, I have an apache server on...

Hi @Derkades . Thank you for your reply. I finally got it working. I'm using Windows openvpn client on local. Your guide was great! The issue lied within the `static`...

@kaldarabsah @avBuffer , hello, as I see it, the convert script `from_darknet_weights_to_pb.py` only works from `.weights` to `.pb` right? How can we use a `.pt` file? From https://github.com/avBuffer/Yolov5_tf/issues/2#issuecomment-654111885, you recommended...

> @NanoCode012 . I tried to add YoloV5 to the script but when I ran it, it did not work. > https://github.com/avBuffer/Yolov5_tf/blob/master/scripts/from_darknet_weights_to_pb.py#L3 @kaldarabsah Yes, because when I read it, it...

Hi @mzayn , I have not tested it as my account does not have leftover capacity. If anyone could help test it, that would be great!

I also got this similar value `id BigInt @id @default(autoincrement())` in my schema when running prisma introspection. After calling `prisma migrate dev`, it would show something along the lines of...

Hi @kiwicopple , I reproduced it as below. It could also be more of Prisma error the more I see it. 1. Schema (this is the recommended way for incrementing...

> would it be useful to add `.watch()` as well ? Hello @eryk-mazus , I have never used that command before. However, following this https://docs.wandb.ai/guides/integrations/huggingface#additional-wb-settings , it should be as...

Hello @eryk-mazus, I have added that feature.