rA9 icon indicating copy to clipboard operation
rA9 copied to clipboard

Performance Enhancement

Open Dongyeongkim opened this issue 4 years ago • 6 comments

img2col.py in nn/_functions/ dataloader.py in utils/data/

Because some parts of img2col use numpy not jax.numpy, and dataloader is based on python so it is quite slow

Dongyeongkim avatar Nov 20 '20 05:11 Dongyeongkim

#75 the onp.add.at is changed into index add so it is enhanced. signed a die

Dongyeongkim avatar Nov 23 '20 06:11 Dongyeongkim

Dataloader problem remained

Dongyeongkim avatar Nov 23 '20 06:11 Dongyeongkim

@jepetolee will solve this issue

Dongyeongkim avatar Nov 23 '20 07:11 Dongyeongkim

Remove the input_elements class so it will be more faster than before

Dongyeongkim avatar Nov 27 '20 17:11 Dongyeongkim

Encoder is slow somehow

Dongyeongkim avatar Dec 06 '20 13:12 Dongyeongkim

input layer has returned, that can be used as encoder

Dongyeongkim avatar Aug 18 '21 11:08 Dongyeongkim