Samuel Arcadinho
Samuel Arcadinho
I run your notebook with the DBs that I mentioned and i get this error: ``` File "/media/disk/workspace/gap-text2sql/rat-sql-gap/seq2struct/commands/infer.py", line 90, in _infer_one model, data_item, preproc_item, beam_size=beam_size, max_steps=1000, from_cond=False) File "/media/disk/workspace/gap-text2sql/rat-sql-gap/seq2struct/models/spider/spider_beam_search.py",...
So the code is the following one: ``` db_id = "baseball_1" my_schema = dump_db_json_schema("data/sqlite_files/{db_id}/{db_id}.sqlite".format(db_id=db_id), db_id) schema, eval_foreign_key_maps = load_tables_from_schema_dict(my_schema) dataset = registry.construct('dataset_infer', { "name": "spider", "schemas": schema, "eval_foreign_key_maps": eval_foreign_key_maps, "db_path":...
Hi, any news about this issue? I just would love to know how did you implement the DEQ part, did you follow the original [repo](https://github.com/locuslab/deq)?
It seems the problem is because the code creates a class in "execution time" using ```python model_class = type( model_class_name, (EmbeddingAdaptersWrapperMixin, ModelWithHeadsAdaptersMixin, model.__class__), {}, ) ``` There is any way...
In Ipad I can highlight papers, I can take create a square with a copied link but I cant highlight. Also the stylus support is not so good. https://github.com/RyotaUshio/obsidian-pdf-plus/assets/7989188/b38316dd-4935-4697-9240-367da9a77a24
@RyotaUshio sorry I meant I can't highlight the text 😅, so I must be honest I really dont know how highlight should work, I expected that when I select a...
@tprotopopescu Thanks for the information! But my problem is not in the selection part is more on trying to highlight the selected text 😂
Thanks for the answer! But for creation of the training dataset the model output should be a dictionary or text ?