Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/deeplearning4j/deeplearning4j

Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running math code and a java based math library on top of the core c++ library. Also includes samediff: a pytorch/tensorflow like library for running deep learn...
https://github.com/deeplearning4j/deeplearning4j

Invalid input type: Batch norm layer expected input of type CNN...

Corgile opened this issue over 1 year ago
Error reported when importing ResNet trained by Keras

hdd67 opened this issue over 1 year ago
Deprecate modules/more test fixes

agibsonccc opened this pull request over 1 year ago
Fix undefined symbols, Migrate more ints -> sd::LongType

agibsonccc opened this pull request over 1 year ago
Fix op context parameter order on cpu

agibsonccc opened this pull request over 1 year ago
Protocol message end-group tag did not match expected tag.

nomatter18 opened this issue over 1 year ago
shard the data

LuoiZQ opened this issue over 1 year ago
WIP: More PV/memory leak

agibsonccc opened this pull request over 1 year ago
Fix memory management for large documents in paragraph vectors

agibsonccc opened this pull request over 1 year ago
More context leak fixes

agibsonccc opened this pull request over 1 year ago
Fix misc op context memory leaks

agibsonccc opened this pull request over 1 year ago
Performance problems of DL4J-examples

nkfyz opened this issue almost 2 years ago
Fixes op context leak, linking error on windows

agibsonccc opened this pull request almost 2 years ago
An error is happened when compiling the Libnd4j in Windows

nkfyz opened this issue almost 2 years ago
Update import mappings for release

agibsonccc opened this pull request almost 2 years ago
Add new dot product attention keras layer

agibsonccc opened this pull request almost 2 years ago
nIn value mismatch - DL4JInvalidInputException

adonnini opened this issue almost 2 years ago
Fix dropout to properly backprop retaining the mask it used during forward prop

agibsonccc opened this pull request almost 2 years ago
Softmax bp optimization

agibsonccc opened this pull request almost 2 years ago
Remove tests that used old filter from ffmpeg

agibsonccc opened this pull request almost 2 years ago
Update versions of protobuf/jackson

agibsonccc opened this pull request almost 2 years ago
Add more debug for input shapes to debug/verbose execution

agibsonccc opened this pull request almost 2 years ago
Wrong order of data

mark-b1980 opened this issue almost 2 years ago
Update KerasOptimizerUtils.java

agibsonccc opened this pull request almost 2 years ago
Remove ffmpeg and associated code

agibsonccc opened this pull request almost 2 years ago
Add execution tracing

agibsonccc opened this pull request almost 2 years ago
Ensure PCA doesn't replace input data

agibsonccc opened this pull request almost 2 years ago
Fixes 9931

agibsonccc opened this pull request almost 2 years ago
Add new ADRs for existing features for documentation

agibsonccc opened this pull request almost 2 years ago
Memory leak fixes found using jemalloc/Fix misc test issues

agibsonccc opened this pull request almost 2 years ago
Add deallocator service fix removal

agibsonccc opened this pull request almost 2 years ago
More memory pressure deallocation changes

agibsonccc opened this pull request almost 2 years ago
WIP: Add more flexible attention op

agibsonccc opened this pull request almost 2 years ago
Add new off heap profiling data

agibsonccc opened this pull request almost 2 years ago
Fixes race condition with deallocation

agibsonccc opened this pull request almost 2 years ago
Fix op context info with null/empty arrays

agibsonccc opened this pull request almost 2 years ago
Update OS for CI (github actions deprecation)

agibsonccc opened this pull request almost 2 years ago
Add back op context changes/folloow up from previous op context PR

agibsonccc opened this pull request almost 2 years ago
Add op context tracker, misc clean up

agibsonccc opened this pull request almost 2 years ago
Add batch gemm bp c++

agibsonccc opened this pull request almost 2 years ago
Redo GRU import

agibsonccc opened this pull request almost 2 years ago
Importing GRU onnx model failed

ccen opened this issue almost 2 years ago
To execute Example for sentiment in GPU and CPU (apple silicon M1)

ethiel opened this issue almost 2 years ago
Ag udf scan fix

agibsonccc opened this pull request almost 2 years ago
opcontext tracking

agibsonccc opened this pull request almost 2 years ago
Follow up to previous PR: Fix cuda op context

agibsonccc opened this pull request almost 2 years ago
Fix reference queue memory overhead (change strings to primitive longs)

agibsonccc opened this pull request almost 2 years ago
Keras optimizers not recognized

Nrojt opened this issue almost 2 years ago
Fatal Error when KerasModelImport , problematic frame at libnd4jcpu.so

kunhui123 opened this issue almost 2 years ago
Fix LLVM template build errors

agibsonccc opened this pull request almost 2 years ago
Keras Attention Layer not Supported When Importing to DL4J

sam-hieken opened this issue almost 2 years ago
Add deallocator references

agibsonccc opened this pull request almost 2 years ago
Remove duplicate function doUdf

agibsonccc opened this pull request almost 2 years ago
Ag lombok val remove

agibsonccc opened this pull request almost 2 years ago
Fix deallocation issue race condition with shape info buffers

agibsonccc opened this pull request almost 2 years ago
Misc test fixes

agibsonccc opened this pull request almost 2 years ago
Allow user to define UDFs in samediff/nd4j

agibsonccc opened this pull request almost 2 years ago
Fix up ndarray creation with empty databuffers (length == 0)

agibsonccc opened this pull request almost 2 years ago
Gradients duplication issue during graph construction in the loop

partarstu opened this issue almost 2 years ago
No way to override the standard Op BP algorithm

partarstu opened this issue almost 2 years ago
Preload libgomp on arm architectures

agibsonccc opened this pull request almost 2 years ago
The last row cannot be included when using NdArrayIndex.all()

ForestRealms opened this issue almost 2 years ago
Fix data type comparisons

agibsonccc opened this pull request almost 2 years ago
Revert long databuffer set change from earlier tests

agibsonccc opened this pull request almost 2 years ago
Fix initial vector creation in dbow/dm

agibsonccc opened this pull request almost 2 years ago
Add better numpy i/o Fixes #9891

agibsonccc opened this pull request almost 2 years ago
Remove old deeplearning4j.org links

agibsonccc opened this pull request almost 2 years ago
hasLayerNorm throws Exceptions on SimpleRnn

thomas-trendsoft opened this issue almost 2 years ago
Training using sd.nn.linear and sd.nn.reluLayer doesn't succeed

CompilerCrash opened this issue about 2 years ago
Synchronization of loss variables between SameDiff and TrainingConfig

CompilerCrash opened this issue about 2 years ago
Add COCO image label provider

agibsonccc opened this pull request over 3 years ago
Incorrect calculate LU decomposition

dariuszzbyrad opened this issue over 4 years ago
Can I inference in the file-mapped workspace?

qq12cvhj opened this issue over 4 years ago
DL4J: Add a SameDiffLoss class for DL4J loss functions based on SameDiff

AlexDBlack opened this issue almost 5 years ago
Unsupported keras layer type PositionEmbedding

ghost opened this issue about 5 years ago
Errors encountered building Tika-Master from the source

ipsmile opened this issue about 5 years ago
Create OSGi bundles for ND4J

timothyjward opened this pull request over 5 years ago
DL4J Spark: fix layerwise pretraining via spark

AlexDBlack opened this issue about 6 years ago
RELU_layer threshold configuration

raver119 opened this issue over 6 years ago
DataVec: Add audio reading support

AlexDBlack opened this issue over 6 years ago