You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, all! I met an issue on running
python main.py --workdir=../out --config=configs/maskgvt_bair_config.py
My goal is training some model on bair test set for frame prediction.
My issue is like no access to gs://magvit/models/bair_3d_base
I checked that this model is needed on evaluation step and tried to switch off evaluation.
But I still have issues and script looks not run without these models.
As I understand these models have not released yet. But is it possible to train some model without these ones
based only on downloaded 30 Gb Bair dataset?
The text was updated successfully, but these errors were encountered:
Hi, all! I met an issue on running
python main.py --workdir=../out --config=configs/maskgvt_bair_config.py
My goal is training some model on bair test set for frame prediction.
My issue is like no access to gs://magvit/models/bair_3d_base
I checked that this model is needed on evaluation step and tried to switch off evaluation.
But I still have issues and script looks not run without these models.
As I understand these models have not released yet. But is it possible to train some model without these ones
based only on downloaded 30 Gb Bair dataset?
The text was updated successfully, but these errors were encountered: