Matimath
Matimath
Hi, I have run into the following issue. I run squad v2 with the following command: python -m run_squad_v2 \ --albert_config_file=albert_base/albert_config.json \ --output_dir=./outputs \ --train_file=squad/train-v2.0.json \ --predict_file=squad/dev-v2.0.json \ --vocab_file=albert_base/30k-clean.vocab \...
Hi @danielegrattarola , first of all great work. Do you have graculus pooling implemented (the one from Defferard's original ChebNet paper)? I could not find it, but it might be...
I have run demo.py on coco dataset and it works. Then I tried to train (overfit) the model on 4 pictures from other dataset. During training all the accuracies were...