zhangshuai

Results 15 issues of zhangshuai

when I run this command: python -m ssds.utils.visualize -cfg experiments/cfgs/tests/test.yml, it occurred an error like this: Traceback (most recent call last): File "/home/zhang/anaconda3/envs/ssds/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File...

Can you tell me how to generate mel-spectrogram files by Tacotron2. I have download the LJSpeech datatset , and run Tacotron2 code successfully, but after finish run process, it did...

After I run: python test.py --dataroot ./datasets/grumpifycat --name grumpycat_CUT --CUT_mode CUT --phase train,an error ocurred, FileNotFoundError: [Errno 2] No such file or directory: './checkpoints/grumpycat_CUT/latest_net_G.pth'. I don't understand, because before this,...

my environment is a Linux server machine, which os is ubuntu18.04, when I run this command: python -m apps.train_color --dataroot Traindata --num_sample_inout 0 --num_sample_color 5000 --sigma 0.1 --random_flip --random_scale --random_trans...

python train.py --pretrained --model_checkpoint thu-coai/CDial-GPT_LCCC-large --data_path data/STC.json --scheduler linear。 你好请问我的内存明明是够的,它为啥还报这个错误呢。batch_size我也改成了1. RuntimeError: CUDA out of memory. Tried to allocate 20.00 MiB (GPU 0; 10.73 GiB total capacity; 904.23 MiB already allocated;...

when I run this command: python train.py --train_dataset "Traindata" --val_dataset "Traindata" --direc 'result' --batch_size 4 --epoch 400 --save_freq 10 --modelname "gatedaxialunet" --learning_rate 0.001 --imgsize 128 --gray "no", then an error...

when I run test command:python test.py --loaddirec "./resultmodel.pth" --val_dataset "./dataset/test" --direc './special' --batch_size 1 --modelname "kiunet" an error occurred: Traceback (most recent call last): File "test.py", line 127, in model.load_state_dict(torch.load(loaddirec))...

Hi, when I have run this command: python ./spert.py predict --config configs/example_predict.conf, an error occurred,like this:Traceback (most recent call last): File "/home/zhang/anaconda3/envs/spert/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/home/zhang/anaconda3/envs/spert/lib/python3.7/multiprocessing/process.py", line...

when I run this command, an error occurred,like this: Number of GPU's available: 3 Pytorch version: 1.11.0 mean_bgr: [103.939, 116.779, 123.68] ------ Random seed applied------------- Thu Aug 11 11:15:45 2022...

when I run this command: python train.py -e test_run_001 an error occurred, like this: Traceback (most recent call last): File "train.py", line 129, in main() File "train.py", line 125, in...