Skip to content

Commit

Permalink
del
Browse files Browse the repository at this point in the history
  • Loading branch information
mohyunho committed Jan 30, 2022
1 parent 96fa1d8 commit 0238010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions sample_creator_unit_auto.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,11 @@

from utils.data_preparation_unit import df_all_creator, df_train_creator, df_test_creator, Input_Gen

# import tensorflow.compat.v1 as tf
# tf.disable_v2_behavior()

seed = 0
random.seed(0)
np.random.seed(seed)
# Ignore tf err log
pd.options.mode.chained_assignment = None # default='warn'
tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)
tf.get_logger().setLevel(logging.ERROR)


current_dir = os.path.dirname(os.path.abspath(__file__))
data_filedir = os.path.join(current_dir, 'N-CMAPSS')
Expand Down

0 comments on commit 0238010

Please sign in to comment.