bclarkson-code / Tricycle

Deep learning framework completely from scratch in python + numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get CrossEntropy working

bclarkson-code opened this issue · comments

The crossentropy loss function does not currently work as expected and its test fails. The reason should be investigated and fixed

After several rewrites, it was discovered that vectorising was being done too soon