Add copyright headers to losses.py (#51)

pull/52/head
Francisco Massa 2021-01-15 12:06:11 +01:00 committed by GitHub
parent adc7f1e849
commit ac2b171ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
# Copyright (c) 2015-present, Facebook, Inc.
# All rights reserved.
"""
Implements the knowledge distillation loss
"""
import torch
from torch.nn import functional as F