Loreto Parisi

Results 293 comments of Loreto Parisi

@dohliam I have basically used this one https://github.com/loretoparisi/ipa-phonetics-dict/tree/master/it For the spelling accuracy I have to go back since I did times ago. I will update.

@mdietrichstein @waheebyaqub thanks for your suggestions. Could you please share the final results of this new tuning and which is the improved of the original Yahoo! weights of `open_nsfw`? Also...

@vene yes the experiments. Thanks for the clarification, but how did you tested these ones :)?

@byronz any update on this issue? I have `dash==1.6.0` and it's still there. Thanks

@shammamah yes, we will proved it, thank you for your help cc @shoegazerstella

+1 for pre-trained model, even if I assume this is something it should be done by the community https://github.com/lucidrains/RETRO-pytorch/issues/14

@fazo96 as far I can see there is a [PhotoThread](https://github.com/jamesdlow/open-airplay/blob/master/Java/src/com/jameslow/AirPlay.java) class that does ``` java Thread.sleep(Math.round(0.9*timeout)); ``` that is the sleep while sending a new frame: ``` java airplay.photoRaw(image,NONE); Thread.sleep(Math.round(0.9*timeout));...

@jamesdlow ah right! thanks for the clarification then, so it's basically doing a frame by frame image mirroring rather than a video stream.

@fazo96 the original and somewhat unofficial docs it's here https://nto.github.io/AirPlay.html#screenmirroring-httprequests There are two endpoint for `stream` GET and POST, so it could be a starting point. The streaming is Apple...

the author seems to be very prolific about AirPlay streaming and he has a `Cocoa` version too for HLS streaming - https://github.com/zfkun/iairplay