Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
buyizhiyou committed Apr 21, 2020
1 parent bdb8521 commit e285a3f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1 deletion.
Binary file modified __pycache__/niqe.cpython-36.pyc
Binary file not shown.
Binary file modified svr_brisque.joblib
Binary file not shown.
1 change: 0 additions & 1 deletion train_brisque.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
print("begin training...")
begin = time.time()
param_grid = [
{'C': [1, 10, 100], 'kernel': ['linear']},
{'C': [1, 10, 100], 'gamma': [
0.01, 0.001, 0.0001], 'kernel': ['rbf']},
]
Expand Down

0 comments on commit e285a3f

Please sign in to comment.