周文青

Results 33 issues of 周文青

训练使用2个rtx2080显卡报错:RuntimeError: module must have its parameters and buffers on device cuda:0 (device_ids[0]) but found one of them on device: cuda:1

**OS: Mac OS Monterey 12.1 Computer: Mac mini (M1, 2020)** elmerfem version: 9.0 (devel 7665920e) ## 1. Prepare Install gcc, g++, gfortran, cmake, Qt5 and qwt-qt5: `brew install gcc g++...

Captura is a great software in Win for its' simplicty! And I hope for Linux support, thank you!

enhancement

OS: Ubuntu python: 3.6 cuda:9.0 pytorch:1.1.0(GPU) GPU: RTX2080(8g) When I execute the command: `python3 train.py --dataset VOC --dataset_root /media/gaoya/disk/Datasets/VOCdevkit/ --basenet vgg16_reducedfc.pth --batch_size 8` **Error happened:** Loading base network... Initializing weights......

OS:Win10 ,64bit Python:3.6.6 Pytorch:1.0.1 I have created the PASCAL VOC 2007 and 2012 JSON file list. When I ran train.py, I got the errors below: ` 553433881it [19:06, 482647.72it/s] Loaded...

When I ran `python3 train` I got the errors below: `Loaded base model. /usr/local/lib/python3.6/dist-packages/torch/nn/_reduction.py:49: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. warnings.warn(warning.format(ret)) THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp...

Some errors occured: ``` editdistance/_editdistance.cpp(1): warning C4819: 该文件包含不能在当前代码页(936)中表示的字符。请将该文件保存为 Unicode 格式以防止数据丢失 editdistance/_editdistance.cpp(118): error C2059: 语法错误:“if” editdistance/_editdistance.cpp(119): error C2059: 语法错误:“else” editdistance/_editdistance.cpp(120): error C2059: 语法错误:“else” editdistance/_editdistance.cpp(121): error C2059: 语法错误:“else” editdistance/_editdistance.cpp(122): error C2059: 语法错误:“else”...

After I ran the code below: ```python from skmultilearn.embedding import EmbeddingClassifier from sklearn.ensemble import RandomForestRegressor from skmultilearn.adapt import MLkNN clf = EmbeddingClassifier( embedder, RandomForestRegressor(n_estimators=10), MLkNN(k=5) ) clf.fit(X_train, y_train) predictions =...

Attention类实现感觉有问题,本人使用TextBiRNN模型来跑,出现以下错误: Traceback (most recent call last): File "train.py", line 86, in <module> last_activation='softmax').get_model() File "/media/gaoya/disk/Applications/keras/短文本分类/model.py", line 282, in get_model x_word = Attention(self.maxlen_word)(x_word) File "/media/gaoya/disk/Applications/anaconda3/lib/python3.7/site-packages/keras/backend/tensorflow_backend.py", line 75, in symbolic_fn_wrapper return func(*args,...

Hi, FreeFem++ is a good start for learning FEM. But I think it's difficult to use it to solve custom problem. The biggest problem is converting regular PDE forms to...