"Pop Music Transformer: Beat-based Modeling and Generation of Expressive Pop Piano Compositions", ACM Multimedia 2020
GNU General Public License v3.0
557
stars
85
forks
source link
i can't train from scratch after remove line 99 #30
Open
a1004123217 opened 3 years ago
i removed this line but i can't train,it says:" self._traceback = tf_stack.extract_stack_for_node(self._c_op)"
You can see #99 in model.py which is used to restore the pre-trained checkpoint. You can remove this line if you want to train from scratch.
Originally posted by @remyhuang in https://github.com/YatingMusic/remi/issues/17#issuecomment-719260197