nicknochnack / LipNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minsave() error

akshithchappidi opened this issue · comments

i'm facing issue with minsave function imageio, even i tried their new api minwrite but there is a type issue , can any help me with this?

i'm facing issue with minsave function imageio, even i tried their new api minwrite but there is a type issue , can any help me with this?

Don't use latest version of imageio as it does not support fps.
--> Instead use the version imageio==2.23.0 which supports fps.
--> Just do : !pip install imageio==2.23.0 and restart your runtime environment.

i'm facing issue with minsave function imageio, even i tried their new api minwrite but there is a type issue , can any help me with this?

Don't use latest version of imageio as it does not support fps. --> Instead use the version imageio==2.23.0 which supports fps. --> Just do : !pip install imageio==2.23.0 and restart your runtime environment.

Thanks , it's working now