Minor editing changes in comments

This commit is contained in:
Vedant Dave 2023-03-24 20:41:28 +01:00
parent 641c9bd57c
commit 43f862ee6d
3 changed files with 0 additions and 18 deletions

View File

@ -1,9 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
from torch.utils.tensorboard import SummaryWriter from torch.utils.tensorboard import SummaryWriter
from collections import defaultdict from collections import defaultdict
import json import json

View File

@ -1,9 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
import os import os
import torch import torch
import numpy as np import numpy as np

View File

@ -1,9 +1,3 @@
# Copyright (c) Facebook, Inc. and its affiliates.
# All rights reserved.
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
import imageio import imageio
import os import os
import numpy as np import numpy as np