Phillip Ng

Results 5 comments of Phillip Ng

I recognize that there are related issues #248 and #215, but haven't been able to implement either solutions. Is there a way to do predictions without adding additional code within...

I have the same issue when loading t5 ``` TypeError Traceback (most recent call last) in ----> 1 tokenizer = T5Tokenizer.from_pretrained('./t5-base/') 2 model = T5forDrop.from_pretrained('./t5-base')#,return_dict=True) C:\Apps\Anaconda3\v3_8_5_x64\Local\envs\protocol_prediction\lib\site-packages\transformers\tokenization_utils_base.py in from_pretrained(cls, pretrained_model_name_or_path, *init_inputs,...

Same issue. Any resolution?

> @ishantgupta777 temporary, you can handle paste from my repository like bellow in pubspec.yaml > > ``` > flutter_otp_text_field: > git: > url: https://github.com/Tetsukick/otp_textfield > ref: f9cd6f5fee2cbd6be58d3d989c7646daaa2afdef > ``` This...