Ragsh

Results 1 comments of Ragsh

I think this has something to do with _File mode_, I have modified load_params function in t2v.py module by changing line 103: `with open(path,'r') as f` to `with open(path,'rb') as...