Skip to content

Commit

Permalink
Trainer.test should return only test metrics (Lightning-AI#5214)
Browse files Browse the repository at this point in the history
* resolve bug

* merge tests
  • Loading branch information
tchaton authored and Alexander Snorkin committed Feb 17, 2021
1 parent f655f97 commit 85ea319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os
from copy import deepcopy
import os
from pprint import pprint
from typing import Dict, Iterable, Union

Expand Down

0 comments on commit 85ea319

Please sign in to comment.