From 18ce7c123e2a6b2b6eedde98b3ee89aeeab69ca7 Mon Sep 17 00:00:00 2001 From: Yulong Zhang <54616325+Zyl-000@users.noreply.github.com> Date: Sun, 12 Jan 2020 15:35:13 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d3e4e5..429b823 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # MoCoGAN: Decomposing Motion and Content for Video Generation A tensorlayer implementation of Motion Content Generative Adversarial Network -models ---- the weights files of the 4 models +Files: new.py ---- the model definition code, which the generator_I model is defined by static model (work in tensorlayer2.1.1) train_new.py ---- training code that match the model definitions in new.py +models ---- the saved weights of four models in MoCoGAN after training + +p.s. the model_tl.py and train_tl.py are codes whith the generator_I model was written in dynamic model, but it didn't work in tensorlayer2.1.1