Jacken

Results 13 issues of Jacken

This idea is excellent! I wonder whether it can be used to do classification task. If it can, what should I pay attention to? Hope for your advice sincerely!!

I am sorry that I do not find the IAM module.Can u give me some tips?

while I run 'python -m torch.distributed.launch --nproc_per_node=1 test.py -i 1', it occures that 'ModuleNotFoundError: No module named 'torch.distributed '

I want to know whether this model have the ability to fit in other datasets

While I run my own dataset which has beed modified by your method. There are two problems below: 1. evaluating is no problem.However when I train, it showed 'AttributeError: 'list'...

hello,lishen.I have read carefully about your paper and source code.I have questions here. 1.There are so many models in your code.Such as dm_resnet_train.py dm_enet_train.py etc.And it seems that not all...

hi,this is my script below to run image_clf_train.py using subset of the data from DREAM challenge and h5 files that you have given in this project. ``` #!/bin/bash TRAIN_DIR="./dream_data/train" VAL_DIR="./dream_data/val"...

invalid
wontfix

I wonder whether this project has the bc version?

2022-10-24 15:03:50.918 File "/usr/local/python/lib/python3.7/site-packages/torch/nn/functional.py", line 1847, in linear 2022-10-24 15:03:50.918 return torch._C._nn.linear(input, weight, bias) 2022-10-24 15:03:50.918 RuntimeError: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)`