Thomas Moll
Thomas Moll
Hey there, I'm really enjoying using KernelAbstractions so far! Doing Multievents feels clunky, from looking at the source I've used it as follows: ```julia events = [] for layer in...
From Notebook 5, cell 2 ```python if os.path.basename(os.getcwd()) != 'PConv-Keras': os.chdir('..') from libs.pconv_model import PConvUnet from libs.util import random_mask, ImageChunker %load_ext autoreload %autoreload 2 ``` No such code is found....
Fixing notebook imports I filed in #20
@nucle0tides plz do all the drawings, mine suck
Hey there, I'm running into an issue where `using` isn't pulling in the GLAbstraction exports. Maybe it's a 1.1 incompatibility? Maybe user error on my end 😛 ? I'm using...