Search Criteria
Package Details: vapoursynth-plugin-waifu2x-caffe-git 14.1.g89f5401-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-waifu2x-caffe-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-waifu2x-caffe-git |
Description: | Plugin for Vapoursynth: waifu2x-caffe (NVIDIA users only)(static libcaffe)(GIT version) |
Upstream URL: | https://forum.doom9.org/showthread.php?t=173673 |
Keywords: | vapoursynth |
Licenses: | MIT |
Conflicts: | vapoursynth-plugin-waifu2x-caffe |
Provides: | vapoursynth-plugin-waifu2x-caffe |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-14 15:01 (UTC) |
Last Updated: | 2022-10-01 15:02 (UTC) |
Dependencies (14)
- cudnn
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- hdf5 (hdf5-git, hdf5-openmpi)
- libboost_iostreams.so (boost-libs-git, boost174-libs, boost-libs, lib32-boost-libs)
- libopenblas
- nvidia-utils (nvidia-410xx-utils, nvidia-340xx-utils, nvidia-440xx-utils, nvidia-430xx-utils, nvidia-merged-utils, nvidia-510xx-utils, nvidia-vulkan-utils-nvlax, nvidia-utils-beta, nvidia-utils-beta-nvlax, nvidia-470xx-utils, nvidia-390xx-utils, nvidia-utils-nvlax, nvidia-525xx-utils, nvidia-vulkan-utils)
- opencv (opencv2, opencv-cuda)
- protobuf (protobuf-git)
- vapoursynth (vapoursynth-winesupport, vapoursynth-classic, vapoursynth-git)
- boost (boost-git, boost174) (make)
- cuda (cuda-11.0, cuda11.1) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- meson (meson-git) (make)
Latest Comments
1 2 3 Next › Last »
DavTheRaveUK commented on 2020-11-02 08:28 (UTC)
Build failed. Aborting. Here are the last several lines of the build process:
make: [Makefile:605: .build_release/cuda/src/caffe/layers/lstm_unit_layer.o] Error 1 make: Waiting for unfinished jobs.... make: [Makefile:605: .build_release/cuda/src/caffe/layers/pooling_layer.o] Error 1 make: [Makefile:605: .build_release/cuda/src/caffe/layers/cudnn_deconv_layer.o] Error 1 make: [Makefile:605: .build_release/cuda/src/caffe/util/im2col.o] Error 1 make: [Makefile:605: .build_release/cuda/src/caffe/layers/concat_layer.o] Error 1 make: [Makefile:605: .build_release/cuda/src/caffe/util/math_functions.o] Error 1 make: [Makefile:605: .build_release/cuda/src/caffe/layers/hdf5_data_layer.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...
sandsmark commented on 2020-06-26 20:43 (UTC)
there's some build files checked in, so I needed to do this to build:
http://ix.io/2qgJ
monarc99 commented on 2020-04-08 13:33 (UTC)
I get: duplicate explicit instantiation errors
In file included from ../waifu2x-caffe/Waifu2x-caffe/addlayer.h:1, from ../waifu2x-caffe/Waifu2x-caffe/Waifu2x-caffe.cpp:1: ../waifu2x-caffe/Waifu2x-caffe/layer.h:10:30: error: duplicate explicit instantiation of 'class caffe::InputLayer<float>' [-fpermissive] 10 | extern INSTANTIATE_CLASS(InputLayer); /home/dellas/.cache/yay/vapoursynth-plugin-waifu2x-caffe-git/src/fakeroot/include/caffe/common.hpp:46:18: note: in definition of macro 'INSTANTIATE_CLASS' 46 | template class classname<float>; \ | ^~~~~~~~~ ../waifu2x-caffe/Waifu2x-caffe/layer.h:10:30: error: duplicate explicit instantiation of 'class caffe::InputLayer<double>' [-fpermissive] 10 | extern INSTANTIATE_CLASS(InputLayer); /home/dellas/.cache/yay/vapoursynth-plugin-waifu2x-caffe-git/src/fakeroot/include/caffe/common.hpp:47:18: note: in definition of macro 'INSTANTIATE_CLASS' 47 | template class classname<double> | ^~~~~~~~~ ...
jymmy commented on 2019-10-13 14:00 (UTC)
Thanks, it works!
It was still giving me problems (blank output and crashing silently after a few seconds), so I uninstalled boost, cuda, cudnn, opencv and meson in case my installation of one of those was causing my issue and did a new clean build.
sl1pkn07 commented on 2019-10-13 12:06 (UTC)
try now
jymmy commented on 2019-10-13 02:29 (UTC)
Sorry, the exact example fitu996 gave was what I tried (and any other, changing every variable to make sure).
sl1pkn07 commented on 2019-10-12 14:39 (UTC)
please provide a example
jymmy commented on 2019-10-12 13:56 (UTC) (edited on 2019-10-12 13:56 (UTC) by jymmy)
Builds without issue for me but running the command in vsedit/vspipe crashes with the following error:
layer_factory.cpp:65] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Input (known types: Convolution, Deconvolution, Eltwise, LRN, Pooling, Power, ReLU, Sigmoid, Softmax, Split, TanH)
sl1pkn07 commented on 2019-03-16 19:10 (UTC)
try now
nicholascw commented on 2019-03-15 23:21 (UTC)
Same here with error:
layer_factory.cpp:65] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Input (known types: Convolution, Deconvolution, Eltwise, LRN, Pooling, Power, ReLU, Sigmoid, Softmax, Split, TanH)
1 2 3 Next › Last »