anonymous

Results 5 issues of anonymous

## 🐛 Bug ## Command ## To Reproduce Steps to reproduce the behavior: 1. 2. 3. ## Expected behavior ## Environment Please copy and paste the output from the environment...

## 🐛 Bug ## Command ## To Reproduce Steps to reproduce the behavior: 1. 2. 3. ## Expected behavior ## Environment Please copy and paste the output from the environment...

why we could use mmf_run to run the project? what is th main function of the project?

!mmf_run config="projects/visual_bert/configs/hateful_memes/from_coco.yaml" \ model="visual_bert" \ dataset=hateful_memes \ run_type=train_val \ checkpoint.max_to_keep=1 \ checkpoint.resume_zoo=visual_bert.pretrained.cc.small_fifty_pc \ training.tensorboard=True \ training.checkpoint_interval=50 \ training.evaluation_interval=50 \ training.max_updates=3000 \ training.log_interval=100 \ dataset_config.hateful_memes.max_features=120 \ dataset_config.hateful_memes.annotations.train[0]=$train_dir \ dataset_config.hateful_memes.annotations.val[0]=$dev_unseen \ dataset_config.hateful_memes.annotations.test[0]=$test_unseen...

Code: import numpy as np from sklearn.model_selection import KFold #import tensorflow as tf from sklearn import metrics from sklearn.metrics import accuracy_score from sklearn.metrics import f1_score from sklearn.metrics import precision_score from...