Jason Ramapuram
Jason Ramapuram
- [ ] http://erickt.github.io/blog/2015/09/22/if-you-use-unsafe/ - [x] https://github.com/Manishearth/rust-clippy
I currently use doom-emacs and have vterm setup. It works great for most use cases (so thanks!). I notice that sometimes when toggling `vterm-copy-mode` in a tmux pane that the...
Is it possible to do truncated BPTT currently? I have a really long time series: `1411889` samples This overflows when trying to train on any backend.
RNN Models
Once we have an implementation of the Layer Class https://github.com/arrayfire/arrayfire_ml/issues/17 , the Optimizer class and the DataSet class we can go about creating RNN flavors. There are 3 models that...
After some fixes to the summary & split calls (i.e. they were refactored in tf1.0) I still can't get this code to work: ```bash (.venv) ➜ iaf git:(master) ✗ CIFAR10_PATH="./CIFAR10"...
Add the option to parameterize the sending of emails.
Not sure if there are any specific requirements or why this particular error occurs, but I see the same error on both: 1. OSX Monterey with a mini forge env...
# 🐛 Bug I'm trying to create a 1:1 config that can train a stable ViT-B with the MAE config (from appendix A.2). Maybe I'm missing something (highly plausible), but...
# 🐛 Bug JIT scripting xformers (running commit 357545ae13948659db07428553155e1802ee15af) breaks with the following error: ```bash xformers/components/attention/attention_mask.py", line 128 def __add__(self, other): assert isinstance(other, type(self)) ~~~~~~~~~
Getting a file not found exception when the file is clearly there: ``` bash root@431d593ffcec:/incubator-zeppelin# ls -lh /incubator-zeppelin/data/bank-full.csv -rw-r--r--. 1 root root 4.4M Feb 14 2012 /incubator-zeppelin/data/bank-full.csv ``` ``` java...