Replies: 4 comments
-
>>> bingecola |
Beta Was this translation helpful? Give feedback.
-
>>> sanjaesc |
Beta Was this translation helpful? Give feedback.
-
>>> bingecola |
Beta Was this translation helpful? Give feedback.
-
>>> nmstoker |
Beta Was this translation helpful? Give feedback.
-
>>> bingecola
[February 6, 2021, 4:00pm]
Hi,
I am trying to modify some of the .py files in the dev branch of TTS.
I have cloned it to Colab using: slash
!git clone https://github.com/Mozilla/TTS TTS_repo slash
%cd TTS_repo slash
!git checkout dev slash
!pip install -r requirements.txt slash
!python setup.py install slash
%cd ...
After that i went to this py file slash
/content/TTS_repo/TTS/utils/generic_utils.py slash
And modified this line of code slash
def create_experiment_folder(root_path, model_name, debug):
date_str =
datetime.datetime.now().strftime( slash '%B-%d-%Y slash _%I+%M%p slash ')
My objective was to change the date format to %y%m%d
But when I run the training, it keeps generating the experiment folder
with the default folder name.
After that, Just to check I also moved visual.py to a random unrelated
folder in Colab but the tensorboard charts still update.
I think this means I am not looking at the right files to modify.
Can someone please tell me which path / folder I should be modifying? or
if there is a command to derive the same?
[This is an archived TTS discussion thread from discourse.mozilla.org/t/cant-modify-the-py-files]
Beta Was this translation helpful? Give feedback.
All reactions