Skip to content

tutorial_gans - Colab #31

@RomanKroecker

Description

@RomanKroecker

path: tutorial_gans/tutorial_gans.ipynb

Some tf functions are deprecated

I added:
!pip install tensorflow==1.15

and there was no video, so i changed the last code cell to:
mp4 = open('gan.mp4','rb').read() data_url = "data:video/mp4;base64," + base64.b64encode(mp4).decode() HTML(""" <video width=400 controls autoplay loop> <source src="%s" type="video/mp4"> </video> """ % data_url)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions