Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Jan 15, 2025
1 parent 23d619f commit cfaade2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gcp/wave_pytorch_gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

import scipy.io
import torch

from utils import *

# set printoptions
Expand Down
1 change: 1 addition & 0 deletions train.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

import scipy.io
import torch.nn as nn

from utils.torch_utils import *
from utils.utils import *

Expand Down
1 change: 1 addition & 0 deletions train_tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import scipy.io
import tensorflow as tf
from plotly.offline import plot

from utils.utils import *

tf.enable_eager_execution()
Expand Down

0 comments on commit cfaade2

Please sign in to comment.