Skip to content

Commit

Permalink
Update mfcc_encoder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandyoung authored Nov 20, 2023
1 parent c74c726 commit 5fb279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mfcc_encoder.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MFCC embedding을 수행한다.
# 깃 커밋용~2
# 깃 커밋용~3
import numpy as np
import os
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'
Expand Down

0 comments on commit 5fb279a

Please sign in to comment.