Svyatoslav
Svyatoslav
## Habitat-Lab and Habitat-Sim versions Habitat-Lab: v0.2.1 (stable) Habitat-Sim: v0.2.1 ## ❓ Questions and Help Why does `habitat_baselines.utils.common.poll_checkpoint_folder` return `None` when it has passed all the checkpoints? With `None` is...
Hi there! I've seen https://github.com/SeldonIO/alibi/issues/364 in which it's said _"We may extend the types of data handled by the alibi explainers in the future (e.g. working on pandas dataframes) but...
Hi there! I'm trying to convert the sklearn's `Pipeline` to the ONNX format, but I get a strange error. The `Pipeline` is the following: ``` preprocessor = ColumnTransformer( transformers=[ ("cat",...
Hi! I'm a little confused, the evaluation is performed with `model_ema` and the metrics are calculated for this version of the model, so, it seems I should use `model_ema` for...
It seems there is a typo in the command for the training on CLEVR-Medium. ``` mkdir step1 python main.py --dataset_config configs/clevr_pretrain.json --backbone "resnet18" --num_queries 25 --batch_size 64 --schedule linear_with_warmup --text_encoder_type...
This mistake is really strange... I follow [the readme](https://github.com/ashkamath/mdetr/blob/main/.github/clevr.md) for training MDETR on CLEVR. Firstly, I've ran the following command: ``` python run_with_submitit.py --dataset_config configs/clevr_pretrain.json --backbone "resnet18" --num_queries 25 --batch_size...
There are no files with names '*test_seen_appended.p' and '*test_unseen_appended.p' in `models/instructions_processed_LP/`, although it's clear that [`read_test_dict`](https://github.com/soyeonm/FILM/blob/e27af241352320e79ed81221645f90e14f77cc8d/models/instructions_processed_LP/ALFRED_task_helper.py#L22) tries to load files with 'appended' in names.
When I finished setting up FILM using the instruction in the README and tried to run ``` python main.py -n1 --max_episode_length 1000 --num_local_steps 25 --num_processes 1 --eval_split tests_unseen --from_idx 0...
I follow the instructions to install and run FILM. After running `python models/train/train_seq2seq.py --data data/json_feat_2.1.0 --model seq2seq_im_mask --dout exp/model:{model},name:pm_and_subgoals_01 --splits data/splits/oct21.json --gpu --batch 8 --pm_aux_loss_wt 0.1 --subgoal_aux_loss_wt 0.1 --preprocess` I...