dcssi

Results 3 issues of dcssi

Just for a test, I set my data fetch page size to 3. The three rows display, scrolling does not work since there is no need for it all content...

When I finetune the model, I'm i changing all the weight, or just some layers ? if its the later, can the model be splited so several fine tuned parts...

this make no sense def addTrack(self, track: MediaStreamTrack) -> None: """ Add a track whose media should be discarded. :param track: A :class:`aiortc.MediaStreamTrack`. """ if track not in self.__tracks: self.__tracks[track]...