https://github.com/Microsoft/CNTK
Revision d6b9a7bd1ee46b3c58484872a87c907a80d89c26 authored by Thiago Crepaldi on 05 July 2018, 22:59:18 UTC, committed by Thiago Crepaldi on 05 July 2018, 22:59:18 UTC
================================== FAILURES ===================================
____________ test_cntk_205_artistic_style_transfer_evalCorrect[0] _____________

nb = {'cells': [{'cell_type': 'markdown', 'metadata': {},
   'source': '# CNTK 205: Artistic Style Transfer\n\nThis tutorial s...'
   nbconvert_exporter': 'python', 'pygments_lexer': 'ipython3', 'version': '3.5.2'}},
   'nbformat': 4, 'nbformat_minor': 1}

     def test_cntk_205_artistic_style_transfer_evalCorrect(nb):
         testCell = [cell for cell in nb.cells
                     if cell.cell_type == 'code' and re.search('objfun.xstar', cell.source)]
         assert len(testCell) == 1
         actual_objective = float(testCell[0].outputs[0]['data']['text/plain'])
 >       assert abs((actual_objective-expected_objective)/expected_objective) < relative_tolerance
 E       assert 0.5910995812563777 < 0.1
 E        +  where 0.5910995812563777 = abs(((503239.69 - 316284.22) / 316284.22))
1 parent f468505
History
Tip revision: d6b9a7bd1ee46b3c58484872a87c907a80d89c26 authored by Thiago Crepaldi on 05 July 2018, 22:59:18 UTC
Disable test_cntk_205_artistic_style_transfer_evalCorrect test
Tip revision: d6b9a7b
File Mode Size
Documentation
Examples
Manual
PretrainedModels
Scripts
Source
Tests
Tools
Tutorials
bindings
external
.clang-format -rw-r--r-- 951 bytes
.gitattributes -rw-r--r-- 3.4 KB
.gitignore -rw-r--r-- 8.4 KB
.gitmodules -rw-r--r-- 367 bytes
CMakeLists.txt -rw-r--r-- 269 bytes
CNTK.Common.props -rw-r--r-- 3.4 KB
CNTK.Cpp.props -rw-r--r-- 10.8 KB
CNTK.sln -rw-r--r-- 217.3 KB
CONTRIBUTING.md -rw-r--r-- 210 bytes
CppCntk.vssettings -rw-r--r-- 10.0 KB
LICENSE.md -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 67.7 KB
README.md -rw-r--r-- 17.0 KB
ThirdPartyNotices.md -rw-r--r-- 21.0 KB
configure -rwxr-xr-x 37.5 KB

README.md

back to top