forked from BVLC/caffe
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core dumped #1
Open
MansourTrabelsi
wants to merge
2,945
commits into
Yangqing:master
Choose a base branch
from
BVLC:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
core dumped #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parse_log.py was not using --verbose argument
Fix broken links in layer documentation, minor fixes.
docs: update install_apt_debian guide
Add Pascal CUDA architectures to Makefile.config.example
Obsolete reference to `bool solver` in caffe.proto
[osx] find vecLib without sdk version
[pycaffe] add layer_dict to the python interface
[docs] info about MKL licensing
Fix plot_training_log.py.example
[fix] pycaffe net draw needs default pooling values
fix comments in matlab classification demo
[matcaffe] allow destruction of individual networks and solvers
[cmake] Improvements to the build system
version bump: rc5
Made load_hd5 check blob dims by default, instead of reshaping.
Multi GPU training from Python can use any solver
Gaussian filler tests adjustments
Fix incorrect namespace for pycaffe submodule caffe_pb2
fix missing syncedmem constness fix issue #6387
drop unnecessary cast fix issue #6389
a sketch of `solver.step()` done out manually: 1. `solver.net.forward()` 2. `solver.net.backward()` 3. `solver.net.apply_update()` 4. `solver.net.clear_param_diffs()`
with update exposed it is important to increment the iteration when an update is made, whether by step or update alone. more fundementally, it's the update that defines an iterationa, so this is a natural place for the increment.
`solver.lr` is the effective learning rate in use while `solver.base_lr` is the configured learning rate at initialization. the solver parameter is now editable for setting fields that are in use throughout the lifetime of the solver, such as the maximum iteration.
[pycaffe] expose interface for manual, step-by-step optimization
Otherwise caffe allocates some memory on GPU#0
PoolingLayer customizable output shape rounding mode
minor lint fixes
Clip layer - resurrection
Added USE_HDF5 flag to build
Fix typo in inner_product_layer.cpp
fix typos and add passing by reference
python: Set gpu device id before setting gpu mode
Fix simple typo: overrided -> overridden
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
i have this error wheni execute the command of train
I0613 00:09:52.356884 6121 caffe.cpp:218] Using GPUs 0 F0613 00:09:52.357022 6121 common.cpp:66] Cannot use GPU in CPU-only Caffe: check mode. *** Check failure stack trace: *** @ 0x7fe4bf6f75cd google::LogMessage::Fail() @ 0x7fe4bf6f9433 google::LogMessage::SendToLog() @ 0x7fe4bf6f715b google::LogMessage::Flush() @ 0x7fe4bf6f9e1e google::LogMessageFatal::~LogMessageFatal() @ 0x7fe4bfbed110 caffe::Caffe::SetDevice() @ 0x40aceb train() @ 0x407208 main @ 0x7fe4bde8e830 __libc_start_main @ 0x407ad9 _start @ (nil) (unknown) Aborted (core dumped)