Jiawei Xie

Results 5 issues of Jiawei Xie

I found your formulate your label as 1 and -1, and how to distinguish the label since MSELoss calculate the loss but dismiss the sign bit?

I have some problems on building Xnet. in segmentation_models/xnet/blocks.py : 38 x = Concatenate(name=merge_name)([x, skip]) in merge_name="merge2-2", variables: skip is a Tensor list which we want to concatenate while x...

I noticed the code in the ```net.py``` and found the features[variable: prs] extracted by the Prior Estimation Network is not concatenated with the features extracted by the Coarse SR network....

I just use this command to start the server `CUDA_VISIBLE_DEVICES=0 python -m sglang.launch_server --model-path LLMs/Qwen-14B-Chat --port 30000 --trust-remote-code --stream-interval 1 --enable-flashinfer --schedule-conservativeness 50` and using the following code to test...

Hi @prajwalkr, After checking the code released. I have an issue that: In [wav2lip_train.py:L92:](https://github.com/Rudrabha/Wav2Lip/blob/master/wav2lip_train.py#L92) ```python def get_segmented_mels(self, spec, start_frame): ............ for i in range(start_frame_num, start_frame_num + syncnet_T): m = self.crop_audio_window(spec,...