randbear

Results 4 issues of randbear

Add No Code category as 13th, and add an item of QuickTable(quicktable.io) I also add the link of awesome data engineering to our https://github.com/kycloudtech/QuickTable-resouces repository.

conflict

I add QuickTable into the new category Data Engineering.

I got an error when I tried to load binary model of xgboost:gbtree, the error message as follow: panic: unexpected EOF goroutine 1 [running]: main.main() /Users/zhangxiatian/tuotuo/workspace/go/predictor/main.go:13 +0x1ba Process finished with...

Why in the cross_entropy, set ignore_index be -1? According to the [doc] (https://pytorch.org/docs/stable/generated/torch.nn.functional.cross_entropy.html), ignore_index is -1 means the last token in the predicted sequence "is ignored and does not contribute...