-
Tommy & Emily discussed this on 2024-08-23.
To do:
- [x] Figure out what information we want to export, and in what format (CSV? json?)
- [ ] Set up the code to do this export (Emily will draft…
-
Hello, author. Thank you very much for open-sourcing such fantastic work. I have some questions regarding the labelled tiles you provided. I attempted to stitch a WSI slice based on the coordinates in…
-
Bad documenttaion. not very long errors
Detecting toxicity in outputs generated by Large Language Models (LLMs) is crucial for ensuring that these models produce safe, respectful, and appropriate con…
-
Previously we could view a catalog record & click the identification (taxon/scientific) name to get to that name in the taxonomy table. This seems gone. Can it be returned?
Ideally this should be t…
-
> A PyTorch-Based Framework for Deep Learning in Computer Vision
- **待完善**
- [Image Classification](https://github.com/youansheng/torchcv/tree/master/methods/cls)
- VGG: Very Deep Convolu…
-
`#ifndef __linux__
#include "stdafx.h"
#endif
#include
#include
double g_array[2] = { 0.0, 0.0 };
double* make_array(double x, double y)
{
g_array[0] = x;
g_array[1] = y;
return g_a…
-
Thank you @JinheonBaek for the GMT implementation!
Unfortunately, the `GraphMultisetTransformer` pooling layer is not working correctly for me. The loss does not converge for some reason. This happe…
-
LINE model use the graph structure to generate the node embedding like pre-train, and the embedding is used for multiple downstream tasks. I think this method is only use original feature as the ramdo…
-
Hey,
I'm noticing that the ppn=8 request is causing que times to be quite long for this app. I'm wondering, is that number of threads necessary? Is there anything within the app taking advantage?
…
-
Learning to Read Chest X-Rays: Recurrent Neural Cascade Model for Automated Image Annotation
论文:https://arxiv.org/pdf/1603.08486v1.pdf
代码:
Interleaved text/image deep mining on a very largesc…