amida47
amida47
I am wondering does your code reproduce same results every time if executed with the same parameters I mean by same results images I find in train.json will be the...
I am using this forked project https://github.com/ahmedfgad/Mask-RCNN-TF2 created by @ahmedfgad the problem is that I am not getting all the losses displayed `39/100 [==========>...................] - ETA: 1:30:57 - loss: 3.6783`...
I am just suggesting if you could setup your work on HuggingFace spaces
I want to ask you if you can guide to how to use you work with images with more than 3 channels, for me I have 4 channels, the exact...
I tried using your tool with to QA an Arabic pdf (about 84 pages). here it is the code I used: ``` # in case you wanted to download the...
in your implementation of a realNVP, here is a part of the model class ``` class RealNVP(keras.Model): def __init__(self, num_coupling_layers): super().__init__() self.num_coupling_layers = num_coupling_layers # Distribution of the latent space....
how does your package deal with Client-Side Rendering websites, it seems it fails to parse a YouTube video page
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ ] I am running the latest code. Development is very rapid so there are no...