Karen Hambardzumyan

Results 22 comments of Karen Hambardzumyan

I’ve seen stale handle errors a lot in my NFS setup (in cases not involving aim at all). I guess it’s mainly an NFS issue, but I’ll look into it....

@JesseFarebro I'm afraid that the most difficult part will be not be building `aimrocks` but managing to build it with its dependencies (including `librocksdb`) to make it possible to `cimport...

@Wangpeiyi9979 As you know, in the case of Transformers the only way of providing the self-attention layers with positional information is `position_ids`. If you take the sentence, and rearrange (with...

Thanks for issue. Don't you want to create pull-request?

@Aonnghus I have couple of steps that will help us confirm the bug and fix it: 1. Stop all the processes that may use `aim` in some way: * Training...

Dear @sinan106, 1. Prompt Template - **pre-defined** (as a hyperparameter) places of where to put the trainable WARP parameters. An example of a template will be - `[CLS] [P1] [P2]...

We have a problem with Keras > 2.0.8. Consider using Keras 2.0.6 untill we fix the bug.

@jayajackson Please make sure you are running Keras version 2.0.6

Are you sure the `dev_data_str.pkl` is result of this command from the instruction? ```sh python preprocessing.py data/dev_parsed.json --outfile data/dev_data_str.pkl --include_str ```

Completely agree with you. Will be fixed soon.