Rico Rodriguez
Rico Rodriguez
I'm not sure what's going on with how you load modules, but issues seem to arise with the use of virtual environments. Even if I do `pip install phy --pre`...
OK, I hunted down the version of numpy (1.23.1) that is compiled against the same C API as what's being used by Phy, while also still including the deprecated `np.bool`....
The workaround only works for `FeatureView` and not `TemplateFeatureView`. Is there another recommended workaround for the latter?
I'm in a machine learning class and would rather train quantized models on my laptop than have to suffer with the free tier of google colab. Would love to get...
You can't use tools like [dom_munger](https://github.com/cgross/grunt-dom-munger) either - only the last ref will be pulled. This is super annoying because I have a lot of pure CSS deps for my...
Nevermind - this is an issue with python2 and unicode handling within the socks dependency of `google-cloud-sdk` If anyone else runs into this, it can be solved simply by changing...
Commenting to follow. It'll be great to finally have mixed precision training on M1!
Huge +1 to this. Would be amazing to not have to drop back to numpy/CPU for these sorts of things.
OK, looking at the graph output, it looks like `index_put` is first called [here](https://github.com/huggingface/transformers/blob/main/src/transformers/models/longformer/modeling_longformer.py#L973) in this method called by `forward` in`LongformerSelfAttention`: ```python def _concat_with_global_key_attn_probs( self, key_vectors, query_vectors, max_num_global_attn_indices, is_index_global_attn_nonzero, is_local_index_global_attn_nonzero,...
The blackboard number 1 symbol is definitely useful as it represents the [unit antiscalar](https://rigidgeometricalgebra.org/wiki/index.php?title=Scalars_and_antiscalars) in geometric algebra.