Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@robopsi
Copy link

@robopsi robopsi commented Jun 13, 2018

test

abergeron and others added 30 commits October 3, 2016 12:59
Add JUnit writer for speed tests, remove hardcoded reference times
add explicit CUDA path to buildbot
Fixes for float16 problems in the DLT
Split speed test report files for clarity in jenkins
Do the speed test on the new gpu back-end.
Install libgpuarray in dlt speed tests
move speedtest cache outside workspace
StephanieLarocque and others added 30 commits December 14, 2017 11:52
Add final results and timing for cnn 1D
Hi, so I ran into this error at line 244, then I traced back the error it was due to at line 291, os.path.dirname(__file__) returned empty string and caused the split-out parent directory to be empty, thus the path argument passed into train() function became ./data/Nottingham/train/*.mid which did not exist rather than ../data/Nottingham/train/* which was expected.
So I changed os.path.dirname(__file__) into os.path.dirname(os.path.abspath(__file__)) to get the current working directory from file's absolute path, by which you could then split out the parent directory.
You can refer the reason to this link: https://stackoverflow.com/questions/7783308/os-path-dirname-file-returns-empty
Fully convolutional networks for 2D segmentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.