Description
python3-caffe-cuda - Python3 interface of Caffe (CUDA)
Property | Value |
---|---|
Distribution | Debian 9 (Stretch) |
Repository | Debian Contrib amd64 |
Package name | python3-caffe-cuda |
Package version | 1.0.0~rc4 |
Package release | 1 |
Package architecture | amd64 |
Package type | deb |
Installed size | 2.99 KB |
Download size | 682.95 KB |
Official Mirror | ftp.br.debian.org |
Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors. It contains the CUDA version of python3 Caffe interface.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
python3-caffe-cuda | - | - | - |
Requires
Name | Value |
---|---|
cython3 | - |
ipython3 | - |
libboost-python1.62.0 | - |
libboost-system1.62.0 | - |
libc6 | >= 2.14 |
libcaffe-cuda1 | = 1.0.0~rc4-1 |
libgcc1 | >= 1:3.0 |
libgoogle-glog0v5 | - |
libprotobuf10 | - |
libpython3.5 | >= 3.5.0~b1 |
libstdc++6 | >= 5.2 |
python3 | << 3.6 |
python3 | >= 3.5~ |
python3-dateutil | - |
python3-gflags | - |
python3-h5py | - |
python3-leveldb | - |
python3-matplotlib | - |
python3-networkx | - |
python3-nose | - |
python3-numpy | >= 1:1.10.0~b1 |
python3-numpy-abi9 | - |
python3-pandas | - |
python3-pil | - |
python3-protobuf | - |
python3-scipy | - |
python3-six | >= 1.1.0 |
python3-skimage | - |
python3-yaml | - |
python3:any | >= 3.3.2-2~ |
Conflicts
Name | Value |
---|---|
python3-caffe-cpu | - |
Download
Type | URL |
---|---|
Binary Package | python3-caffe-cuda_1.0.0~rc4-1_amd64.deb |
Source Package | caffe-contrib |
Install Howto
- Update the package index:
# sudo apt-get update
- Install python3-caffe-cuda deb package:
# sudo apt-get install python3-caffe-cuda
Files
Path |
---|
/usr/lib/python3/dist-packages/caffe/__init__.py |
/usr/lib/python3/dist-packages/caffe/_caffe.cpython-35m-x86_64-linux-gnu.so |
/usr/lib/python3/dist-packages/caffe/classifier.py |
/usr/lib/python3/dist-packages/caffe/coord_map.py |
/usr/lib/python3/dist-packages/caffe/detector.py |
/usr/lib/python3/dist-packages/caffe/draw.py |
/usr/lib/python3/dist-packages/caffe/io.py |
/usr/lib/python3/dist-packages/caffe/net_spec.py |
/usr/lib/python3/dist-packages/caffe/pycaffe.py |
/usr/lib/python3/dist-packages/caffe/requirements.txt |
/usr/lib/python3/dist-packages/caffe/imagenet/ilsvrc_2012_mean.npy |
/usr/lib/python3/dist-packages/caffe/proto/__init__.py |
/usr/lib/python3/dist-packages/caffe/proto/caffe_pb2.py |
/usr/share/doc/python3-caffe-cuda/changelog.Debian.gz |
/usr/share/doc/python3-caffe-cuda/copyright |
/usr/share/doc/python3-caffe-cuda/examples/classify.py.gz |
/usr/share/doc/python3-caffe-cuda/examples/detect.py.gz |
/usr/share/doc/python3-caffe-cuda/examples/draw_net.py |
Changelog
2017-01-22 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc4-1) unstable; urgency=medium * New upstream release. * Rules: update URL for get-orig-source target. * Bump debhelper compat to 10. * Patch: add cmake-bump-soversion-to-rc4.patch to fix upstream soversion. * Rules: now CAFFE_SOVER is `1.0.0-rc4`. * Get rid of symbols control file to avoid endless FTBFS bugs caused by symbol changes. * Don't miss the pytest target on the dh_auto_test phase. * Rules: update LD_LIBRARY_PATH for dh_auto_test. * Rules: Remove all `__pycache__` directories on clean. * Refresh lintian overrides. * Remove patch: 0001-Add-Pascal-to-all-cuda-architectures.patch, which is included in this release.
2017-01-12 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc3+20161127-g24d2f67-4) unstable; urgency=medium * Add patch: cmake-link-correct-python-lib.patch from src:caffe to fix the FTBFS (See #850989).
2016-12-09 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc3+20161127-g24d2f67-3) unstable; urgency=medium * Avoid autopkgtest failure by fixing stderr redirection. * Remove deprecated autopkgtest scripts. * Cherry-pick upstream commit 8cd5c3df98734f4c43e1b7f43c05401fda0a94ac: "Add Pascal to all cuda architectures", to better support Pascal cards.
2016-11-29 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc3+20161127-g24d2f67-2) unstable; urgency=medium * Refresh symbols control file for amd64. * Redirect all autopkgtest scripts's stderr output to stdout. * Upload to unstable.
2016-11-28 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc3+20161127-g24d2f67-1) experimental; urgency=medium * Import upstream snapshot. * Import patch: fix-more-float-comparison-precision-issue2 from cpu version. * Refresh symbols control file.
2016-11-28 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc3+20160930-ga7f950b-2) experimental; urgency=medium * Change compiler from GCC-5 to Clang-3.8 . * Replace GCC-5 with Clang-3.8 in B-D list. * Remove NVCC flag "-D_FORCE_INLINES" (CUDA 7.5 workaround). * Refresh symbols control file for amd64. * Import changes from «src:caffe_1.0.0~rc3+20160930-ga7f950b-3» : + autopkgtest files : general update + README.Debian : general update + control : add python3-protobuf to B-D; force the use of optimized BLAS. + rules: fix more permissions + patches: patch descriptions
2016-10-02 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc3+20160930-ga7f950b-1) experimental; urgency=medium * Import upstream snapshot (ga7f950b). (Closes: #838789) * Suggest OpenBLAS/Atlas library for metapackage caffe-cuda. * Add git and libboost-dev to make cmake happy. * Update package description. * Update txt2man template d/man/caffe.txt and its corresponding manpage. * Import several patches from source package "caffe" : + cmake-avoid-argument-missing + cmake-fix-python-module-installdir + fix-more-float-comparison-precision-issue * Remove following merged patches: - fix-spelling-error * Remove cherry-picked changes that are already present in this snapshot. - upstream-dont-set-map-size-1TB-in-db-lmdb.patch - upstream-print-to-stderr-for-example-LMDB-code.patch - upstream-update-MNIST-example-to-use-new-DB-classes.patch * Disable -pedantic compiler option to reduce build log size. * Add --list-missing option to dh_install. * Import updated bash completion script d/script/caffe from src:caffe. * Refresh symbols control file. * Synchronize packaging with src:caffe (1.0.0~rc3+20160930-ga7f950b-1).
2016-07-28 - Zhou Mo <cdluminate@gmail.com> caffe-contrib (1.0.0~rc3-2) experimental; urgency=medium * Add NVCC flag "-D_FORCE_INLINES". * Cherry-pick upstream fixes for map size issue. - dont-set-map-size-1TB-in-db-lmdb - print-to-stderr-for-example-LMDB-code - update-MNIST-example-to-use-new-DB-classes * Synchronize packaging with src:caffe (1.0.0~rc3-4). + Import README.Debian from src:caffe. * Update symbols control file.
See Also
Package | Description |
---|---|
python3-chargebee2_2.2.3-1_all.deb | Python library for integrating with Chargebee (Python 3/API v2) |
python3-chargebee_1.6.3-1_all.deb | Python library for integrating with Chargebee (Python 3/API v1) |
python3-django-anymail_0.8-2+deb9u1_all.deb | Django email backend for multiple ESPs (Python 3) |
python3-pycuda_2016.1.2+git20161024-1+b1_amd64.deb | Python 3 module to access Nvidia‘s CUDA parallel computation API |
python3-sparkpost_1.3.3-1_all.deb | SparkPost Python API client (Python 3) |
python3-vertica_0.6.8-2_all.deb | native Python client for the Vertica database (Python 3) |
qmhandle_1.3.2-2_all.deb | tool to manage the qmail message queue |
quake-server_49.1_all.deb | classic first person shooter - server and init script |
quake2-server_49.1_all.deb | dedicated server for Quake II |
quake2_49.1_all.deb | classic science-fiction-themed first person shooter |
quake3-server_49.1_all.deb | Quake III Arena dedicated server launcher scripts |
quake3_49.1_all.deb | Quake III Arena menu entry and launcher scripts |
quake_49.1_all.deb | classic gothic/horror-themed first person shooter |
reminiscence_0.2.1-2+b2_amd64.deb | free implementation of Flashback game engine |
repo_1.12.37-3_all.deb | repository management tool built on top of git |
Advertisement
Advertisement