-
Hi, I couldn't understand how you extracted the data from the article and processed them into JMC_data.csv, how did you do that? Moreover may I ask you how could I build my own database for training?
…
-
It would great if we had a BUILD.md file that covers how to build the project.
-
To whom it may concern,
Hello! I downloaded the PET scans, but when I can't seem to find a NIFTI file/volumetric file. I've tried downloading through the PUP and through the normal download_scans m…
-
Dear author,
Thanks for introducing the great Prolong along with the full code!
I downloaded the raw data from AWS S3 and tried to prepare the data as I will use a different tokenizer. I met two…
-
Hi @PamanGie ,
I ran the **distill.py** script using the command **python3 distill.py** and updated the relevant directories in the script, including those for the teacher model, student model, mode…
-
The normalization range during training and inference is different. During training, [-1000, 1000] -> [-1, 1]. while during inference, [-1000, 200] -> [-1, 1]. Why? This might cause performance drop s…
-
感谢作者的有趣方法和开源代码,想follow这篇工作,可否分享一下对于论文中所提到的原始数据集(例如ACM,DBLP,Yelp和Douban Book)是怎么处理的?可否分享一下raw dataset的处理代码呢?
-
I require feature of multiple files processing to be able just push all pages and await for completion.
This can be done via UI only, i believe. I can contribute it myself.
-
The script refuses to work even when i closed sedja.
I had to gut out the scripts process checker in order for it to work.
-
Due to the specific application scenario, I only want to use inter-process communication and not intra-process communication. For example, within the same process, there is a writer_1 and a reader_1, …