PSPNET-cudnn5 icon indicating copy to clipboard operation
PSPNET-cudnn5 copied to clipboard

The PSPNET supported cudnn v.5 based on https://github.com/hszhao/PSPNet

Results 11 PSPNET-cudnn5 issues
Sort by recently updated
recently updated
newest added

ed, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning). AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0-rc3 CXX/LD -o .build_release/tools/compute_image_mean.bin CXX/LD -o .build_release/tools/upgrade_solver_proto_text.bin CXX/LD -o .build_release/tools/caffe.bin CXX/LD...

Error using eval_sub (line 4) /data/ADEChallengeData2016/list/ADE20K_val.txt missing! Error in eval_all (line 74) eval_sub(data_name,data_root,eval_list,model_weights,model_deploy,fea_cha,base_size,crop_size,data_class,data_colormap, ... i put the data of ADEChallengeData2016 in the right path ,also the ADE20K_val.txt,but i still met...

hello,can I use your code to train PSPNet with cuda9.0, cudnn7.0? or, ,can I use your code with cuda 9.0,cudnn v5? In other words, can CUDA high version use this...

Hi @BassyKuo and everyone, thanks for the sharing. I used Octave instead of MatLab. I got a problem when I run evaluation process. It said: **error: no such method or...

Hi, I just want to know where is the prototxt file, cause I am try to run on a video to test the speed of PSPNet. After successfully build psp-caffe,...

When I `make mattest` I got feedback like this, ![delete_net](https://user-images.githubusercontent.com/34333375/33703865-edc16102-db64-11e7-89c8-212788e34d00.png) It says that `delete_net` and `delete_solver` are unknown. So, I checked `matlab/+caffe/private/caffe_.cpp`, and found that they truly are not defined....

Yeah its great to see that PSPNET has updated from cuda7.5 to cuda-8.0 which is very handy to developers. Can you kindly provide scripts on how to train PSPNet model?...

[ RUN ] NetTest/1.TestReshape F1003 04:03:16.405048 31446 cudnn.hpp:113] Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM *** Check failure stack trace: *** @ 0x7f92fc2695cd google::LogMessage::Fail() @ 0x7f92fc26b433 google::LogMessage::SendToLog() @...

Hi @BassyKuo, Thanks for proving cudnn version. I am using your branch for this PSPNet and trying to reproduce the result. The problem is I found there are a lot...

Hello,@BassyKuo ,the following are the errors that I met when I run `make all -j8` under the path of /home/jsj/PSPNET-cudnn5/build/ after I Configuring done and Generating done using cmake-gui. I...