-
* Connection to machine learning
* https://scikit-learn.org/stable/modules/linear_model.html
* https://stackoverflow.com/questions/32660231/how-to-fit-a-polynomial-curve-to-data-using-scikit-learn
…
-
Thank for great work!
I tried `python launch.py --config configs/zero123.yaml --train --gpu 0 data.image_path=./load/images/dog1_rgba.png`, but I encountered the following error.
How can I fix this?…
-
Hello All,
In Yolov3 paper, it is clearly stated that the loss function is the same as the previous versions of YOLO, with an exception of the last component which uses cross entropy.
I have gon…
-
The f1 metric from the package seems to be wrongly implemented. The first two lines are already an indication `(unique)`, making the rest of the code also wrong.
```r
Metrics::f1
# function (actu…
-
```
preds_classes %
predict_classes(x = pred_images)
preds_classes
```
gives a depreciated call error.
Reported by a course participant and reproduced. Full traceback below:
```
Warnin…
-
Very impressed by this piece of work. Has any thought gone into how the KNN Shapley approach could be adapted to the multi-label case while retaining its efficiency?
For that matter, what lead to …
-
Hi Ludovic,
Thank you for this great resource! Just a couple questions. "Active compounds were defined as molecules with IC50, XC50, EC50, AC50, Ki, Kd or potency inferior or equal to 10 uM". Whic…
-
**2023 02 07**
________________________________________________________________________________________________________________________________________
- [x] Meeting structure
- Have a special me…
-
**Is your feature request related to a problem? Please describe.**
When viewing your flashcards, it can look ugly within your notes - especially when it comes to Anki clozes.
**Describe the soluti…
-
For many bugs, it is often possible to narrow things down to get one (or more) test run which succeeds, and one (or more) test runs which fails.
Sometimes the cause for difference is in input data, an…