Skip to content

Commit

Permalink
revert math import move
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Jun 28, 2021
1 parent 53aae7f commit 9ac476e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import argparse
import logging
import math
import os
import random
import sys
Expand All @@ -15,7 +16,6 @@
from pathlib import Path
from threading import Thread

import math
import numpy as np
import torch.distributed as dist
import torch.nn as nn
Expand Down

0 comments on commit 9ac476e

Please sign in to comment.