https://github.com/tensorflow/magenta
Raw File
Tip revision: caf088f1ea46b0d9554fb3ac85150ff3e55061fb authored by Adam Roberts on 02 June 2020, 20:42:00 UTC
Replace use of tf.Dimension.value, which has been deprecated in TF2.
Tip revision: caf088f
.isort.cfg
[settings]
line_length=1000
force_single_line=True
force_sort_within_sections=True
default_section=THIRDPARTY
sections=FUTURE,STDLIB,LOCALFOLDER,THIRDPARTY
no_lines_before=THIRDPARTY
back to top