arxyzan/data2vec-pytorch

file type error omegaconf

Closed this issue · 1 comments

getting the following error

Traceback (most recent call last):
File "c:/Users/{}/Downloads/data2vec-pytorch-main/data2vec-pytorch-main/train.py", line 15, in
cfg = omegaconf.OmegaConf.load(cfg_path)
File "C:\Program Files\Python38\lib\site-packages\omegaconf\omegaconf.py", line 194, in load
raise TypeError("Unexpected file type")
TypeError: Unexpected file type

do we need to change anything in here?
cfg = omegaconf.OmegaConf.load(cfg_path)

Hello @RuchaCB
How did you run this file?
Did you run it by passing --config parameter like so python train.py --config /path/to/config.yaml?
You can simply put a print before the line you mentioned to see what path you're passing.