kiudee / cs-ranking

Context-sensitive ranking and choice in Python with PyTorch
https://cs-ranking.readthedocs.io
Apache License 2.0
66 stars 15 forks source link

Set unit and layer default values consistently #176

Closed timokau closed 4 years ago

timokau commented 4 years ago

Description

Always use 2 layers, 32 units by default.

Fixes #175

Motivation and Context

175

How Has This Been Tested?

CI

Does this close/impact existing issues?

Fixes #175.

Types of changes

Checklist:

kiudee commented 4 years ago

Looks like some of the tests need to be adjusted due to the new default parameters.

timokau commented 4 years ago

I relied on the CI to run the tests. Should've seen the failure coming here though. Fixed now, please have another look.