PyGlow icon indicating copy to clipboard operation
PyGlow copied to clipboard

This package is an attempt to implement Keras like API functionalities on PyTorch backend with functionalities supporting information theoretic methods which are relevant for understanding neural netw...

Results 20 PyGlow issues
Sort by recently updated
recently updated
newest added

As observed during training, at the start of every epoch there appears a 0 % bar. Fix this bug which is most probably related to how the tqdm updates its...

bug
good first issue

Current implementation of fit use either x, y dataset or takes dataloader as arguments. It would be more less expensive to implement a fit method that directly load data in...

enhancement
good first issue

Current implementation of HSIC training process has single core computations but we can very well exploit the layer independence to train each layer on a different processor which can heavily...

enhancement
help wanted

After #11 is closed then we can work on documentation and website of the library for users to get their hands on the code.

documentation
enhancement
help wanted
good first issue

Currently many of the modules is not handling exceptions and can make program crash in extreme cases.

enhancement

Currently estimation methods are not appropriately implemented to get complete parallel processing of matrix operations and thus more efficient implementations should be employed to speed up the computation.

enhancement
good first issue

As the calculation of IP coordinates for each layer for each batch for each epoch is independent and can be massively calculated in parallel as compared to current implementation which...

enhancement

documentation
good first issue

Write tests for all the modules and increase the unit testing coverage of the library.

enhancement