KangChou~OvO⁹⁹

Results 47 issues of KangChou~OvO⁹⁹

tf1.x---->tf2.x python3.6 ``` "label_ids": [feature.label_ids]}) TypeError: 'AutoTrackable' object is not callable ```

Spleeter(C++)_dynamic_library: Solutions and steps to implement the executable file of the algorithm https://github.com/KangChou/spleeter_dynamic_library

question

`Loading feature extraction model Model filename: /data/my_project/facenet/pat_model/20180402-114759.pb Calculating features for images Training classifier Traceback (most recent call last): File "/data/my_project/facenet/src/classifier.py", line 171, in main(parse_arguments(sys.argv[1:])) File "/data/my_project/facenet/src/classifier.py", line 97, in main...

python 3.6 ``` Traceback (most recent call last): File "run.py", line 478, in env = Environment(args) File "/data/my_project/nlp_text/DDParser/ddparser/parser/config.py", line 202, in __init__ paddle.seed(args.seed) File "/opt/conda/lib/python3.6/site-packages/paddle/framework/random.py", line 46, in seed for...

TypeError: train() got an unexpected keyword argument 'nthread' ``` import pkuseg # 训练文件为'train.txt' # 测试文件为'test.txt' # 加载'./pretrained'目录下的模型,训练好的模型保存在'./models',训练10轮 pkuseg.train('train.txt', 'test.txt', './models', train_iter=10, init_model='./pretrained') ```

python train.py --epochs 1 --batch_size 2 --device 0 --train_path data/train_2w.pkl ``` th='data/train.log', log_step=1, lr=2.6e-05, max_grad_norm=2.0, max_len=150, model_config='config/config.json', no_cuda=False, num_workers=0, pad_id=0, patience=0, pretrained_model='', save_model_path='model', sep_id=102, train_path='data/train_2w.pkl', val_num=8000, vocab_path='vocab/vocab.txt', warmup_steps=200) 2021-11-30 13:46:19,241...

` runtime.step=2250, runtime.steptime=0.2624, runtime.voxel_gene_time=0.001374, runtime.prep_time=0.05496, loss.cls_loss=0.2967, loss.cls_loss_rt=0.3549, loss.loc_loss=0.5239, loss.loc_loss_rt=0.5036, loss.loc_elem=[0.008796, 0.01199, 0.1004, 0.0109, 0.03556, 0.01613, 0.06806], loss.cls_pos_rt=0.2487, loss.cls_neg_rt=0.1062, loss.dir_rt=0.4927, rpn_acc=0.9993, pr.prec@10=0.0732, pr.rec@10=0.8572, pr.prec@30=0.5539, pr.rec@30=0.5002, pr.prec@50=0.9257, pr.rec@50=0.1765, pr.prec@70=0.995, pr.rec@70=0.004043, pr.prec@80=0.0, pr.rec@80=0.0,...

`ERROR: The function received no value for the required argument: root_path Usage: create_data.py kitti_data_prep ROOT_PATH `

Hello dear blog owner Your theme is very good, I like it very much. According to the code and parameters you provide, after my repeated and repeated modification, the code...