Popular repositories
-
-
-
-
-
-
Forked from vanHavel/bp-mll-tensorflow
Implementation of the BP-MLL loss function in Tensorflow
Python
207 contributions in the last year
Less
More
Contribution activity
August 2021
Created 26 commits in 4 repositories
Created 4 repositories
- tzachar/magma-nvim Python
- tzachar/hologram.nvim Lua
- tzachar/nvim-cmp Lua
- tzachar/cmp-tabnine Lua
Created a pull request in hrsh7th/nvim-cmp that received 6 comments
Opened 3 other pull requests in 3 repositories
dccsillag/magma-nvim
1
merged
edluffy/hologram.nvim
1
open
hrsh7th/nvim-cmp
1
merged
Reviewed 2 pull requests in 2 repositories
dccsillag/magma-nvim
1 pull request
tzachar/compe-tabnine
1 pull request
Created an issue in dccsillag/magma-nvim that received 30 comments
Bug: error when trying to show image
For the following code:
import numpy as np import matplotlib.pyplot as plt x = np.random.rand(10000) plt.hist(x)
I get the following error:
Error …
30
comments

