Meerxn / hw9-tester

Unofficial tester for HW9: Introduction to Keras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hw9-tester

Unit testing for the Intro to Keras project for CS 540 at UW Madison.

BACK UP YOUR CODE. WE ARE NOT RESPONSIBLE FOR DAMAGE.

To run, download test.py to your working folder. In a terminal, run

python3 test.py

or

py test.py

on some Windows systems.

If you are certain you have correct code, but the tester yields failures, please create an issue at https://github.com/cs540-testers/hw9-tester/issues. Explain which test case is malfunctioning, and give as much of your code's output as possible (do not share any of your code, though). For a faster response from one of the test developers, ping @test gang at https://discord.gg/CuJdjN.

DO NOT SHARE ANY CODE.

About

Unofficial tester for HW9: Introduction to Keras

License:The Unlicense


Languages

Language:Python 100.0%