-
As many browser doesn't do gamma-aware resize, you might want to do a gamma aware resize by yourself (a matter of converting pixels using a pow(gamma) before & the contrary after resize.
http://film…
-
Last login: Sun Mar 25 12:36:31 on ttys001
Kirans-MacBook-Pro:~ KiranDigavalli$ git clone https://github.com/nusgart/XNS-LISP.git
Cloning into 'XNS-LISP'...
remote: Counting objects: 177, done.
re…
-
Thank you for your very nice work. It was a very good read.
If you don't mind, I have a few questions:
1. You argued for the importance of optimizing gamma, and showed that as gamma goes to zero, …
-
SVM classifier (160k, 0.2 positive balance): https://drive.google.com/file/d/1FulPT0ytri2ODRG5Oa54-Ci_NmNagmUw/view?usp=sharing
`svm.SVC(C=1.0, cache_size=200, class_weight=None, coef0=0.0,
…
-
I am having the following issue (both python3.6 and 3.8). Any ideas on how to fix this? Thanks !
Failed in nopython mode pipeline (step: nopython frontend)
non-precise type array(pyobject, 2d, F)
…
-
What we want to do:
- [ ] Move distregbuilder to its own module
- [ ] Move some `liesel.model.legacy` functionality over to the new distregbuilder module
- [ ] rename `add_predictor` (see below)…
-
Double precision floating-point number parameters in svm-train, such as gamma, are written to a model file in a format of `%g` by `svm_save_model` in svm.cpp. This causes loss of precision of paramete…
-
I'm trying to make some initial experiments in order to develop an ultrasound image restoration algorithm with Edward. However, I'm having trouble.
The first experiment is a model to estimate the …
-
Dear authors,
Thanks for the recent updates. But I still encounter errors in "1_1_Statistics_all_samples_using_txsim":
1. AttributeError: module 'xb' has no attribute '_combined';
I then follow…
-
## 🚀 Feature
Currently we only support focal loss for binary cases.
Some users have reported the need to use it for multi class classification #551
Consider adapting MONAI version: https://gith…