Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
UltralyticsAssistant committed Aug 26, 2024
1 parent 5476fe3 commit d74b8d9
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 @@ -4,6 +4,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 @@ -3,6 +3,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 @@ -5,6 +5,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 d74b8d9

Please sign in to comment.