Commit f010e165 authored by Raffaele Sena's avatar Raffaele Sena
Browse files

A couple of places that are not completely python2 compatible (missing 'from...

A couple of places that are not completely python2 compatible (missing 'from __future__' import print_function
parent 20f34c6c
from __future__ import print_function
import torch import torch
import torchaudio import torchaudio
import torchaudio.transforms as transforms import torchaudio.transforms as transforms
......
from __future__ import division from __future__ import division, print_function
import torch import torch
import numpy as np import numpy as np
try: try:
......
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