William Tambellini

Results 69 issues of William Tambellini

Fix tlayer torch JIT export exception: "Could not cast value of type NoneType to bool" When torch jit exporting, self.need_attn is None. Fix #4459 # Before submitting - [ ]...

CLA Signed

## 🐛 Bug Fatal error when trying to torch.jit.save: "Could not cast value of type NoneType to bool" ### To Reproduce ``` modelname='transformer.wmt14.en-fr' m = torch.hub.load('pytorch/fairseq', modelname, tokenizer='moses', bpe='subword_nmt') tmodel...

bug
needs triage

**Is your feature request related to a problem? Please describe.** As today there is apparently no option to constrain the generator to flat the height at the border of the...

enhancement

**OS:** Ubuntu 16 **Godot version:** 3.2.2 **Blender version:** 2.76 **Issue description:** import error : __init__.py”, line 50 filter_glob: StringProperty( ^ SyntaxError: invalid syntax ![importerror](https://user-images.githubusercontent.com/109458/89748980-b8d42e80-da7a-11ea-97a7-4d99f7163647.png) **Minimal reproduction project:** just copy the...

documentation

Perhaps worth a new category in the summarization page : "Extreme Summarization" https://arxiv.org/abs/1808.08745v1 Kind

Good morning all I've read as much as I could the doc and list of issues on github but could nt find a reply regarding this question. If I understand...

enhancement
good first issue
help wanted

ImportBspExample.cpp:173:38: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] PhysicsServerCommandProcessor.cpp:4853:53: warning: name lookup of ‘i’ changed

The default public installer is failing to run any afcuda examples. wget https://arrayfire.s3.amazonaws.com/3.8.0/ArrayFire-v3.8.0_Linux_x86_64.sh install af cd to examples cmake .. make Try to run: ./basic_unified see: ``` Trying CUDA Backend...

feature

Hello The perf of f16 2d matmul for small input seems pretty bad: ArrayFire v3.7.0 (CUDA, 64-bit Linux, build c589451) Platform: CUDA Toolkit 10.0, Driver: 418.40.04 [0] TITAN V, 12037...

perf
regression

Add an example of ML linear regression Description ----------- * Is this a new feature or a bug fix? neither * Potential impact on specific hardware, software or backends :...

examples