fixed left menu

This commit is contained in:
William Falcon
2020-01-21 13:44:26 -05:00
parent dde99dfb7a
commit c0148d73a4
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -68,7 +68,5 @@ Then you could do rapid research by switching between these two and using the sa
1. You're writing pure PyTorch... no unnecessary abstractions or new libraries to learn.
2. You get free GPU and 16-bit support without writing any of that code in your model.
<<<<<<< HEAD
3. You also get early stopping, multi-gpu training, 16-bit and MUCH more without coding anything!
3. You also get all of the capabilities below (without coding or testing yourself).
+2 -1
View File
@@ -1,4 +1,3 @@
import logging
import os
import sys
import warnings
@@ -47,6 +46,8 @@ class Trainer(TrainerIOMixin,
TrainerTrainLoopMixin,
TrainerCallbackConfigMixin,
):
r"""Abstract base class used to build new callbacks.
"""
def __init__(
self,