bieyunlong
bieyunlong
Hello! The run log of train.py shows that AVG ACC is always close to 0, e.g. 0.0, 0.05, is this normal? Thanks!
This is a very interesting work, could you please provide the code for the experimental result plots in the paper? Thanks!
python convert.py --hf-ckpt-path /app/inference/DeepSeek-V3 --save-path /app/inference/DeepSeek-V3-Demo --n-experts 128 --model-parallel 4 0%| | 0/163 [00:00
Hello! Although each module of the model is defined, the overall architecture of the model and the training process methodology are not given. Thanks if you can provide it.
Hello! I would like to know what all the input data represents after processing, which are x_train, x_label. e.g. one line of PPG signal corresponds to one label. Here is...