Commit 0c9e6a16 authored by Vijay Korthikanti's avatar Vijay Korthikanti
Browse files

more cleanup

parent 8db0e41b
......@@ -199,7 +199,6 @@ def _train(
process_non_loss_data_func,
False,
)
end_of_epoch_callback(model, epoch)
# Callback at the end of each epoch.
if end_of_epoch_callback is not None:
......
......@@ -12,9 +12,6 @@
# 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.
"""Vision Transformer(VIT) model."""
import math
import einops
import torch
......
......@@ -12,9 +12,6 @@
# 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.
"""Vision Transformer(VIT) model."""
import math
import einops
import torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment