-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed a small bug for Matlab calling undefined OCTAVE_VERSION for con…
…v nets
- Loading branch information
1 parent
828d709
commit 7c23709
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
% return OCTAVE_VERSION or 'undefined' as a string | ||
function result = myOctaveVersion() | ||
if isOctave() | ||
result = OCTAVE_VERSION; | ||
else | ||
result = 'undefined'; | ||
end |
7c23709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mk273 just comment this line, that worked for me.
7c23709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi,i have problem in test_example_CNN . i run it but it just plots blank page,what is the problem?
7c23709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi
please guide me what are the next steps should follow
I want to run these examples
Deep Belief Network
Stacked Auto-Encoders
Convolutional Neural Nets
what tool i use?
where to free download?
what steps are involve to run these deep learning algo
7c23709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am learning about deep learing to classify the pedstrains and vehicle
7c23709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry,i have a problems:“Unable to read file 'mnist_uint8'.No such files or directories exist.”
Why is this a problem?
7c23709
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good job