-
cmfsx updated
3 years ago
-
-
| Required Info | |
|---------------------------------|------------------------------------------- |
| Camera M…
-
Hi,
Is there an example on how to use a thoroughly trained model (e.g. trained on imagenet) as the one you offer in your homepage in a new smaller database? Like say in here:
http://caffe.berkeleyvisi…
-
Hello,
I had the use case of pairing a linear container and a (dynamic) mdspan to create a basic grid like this:
```cpp
template
class regular_grid
{
public:
// Some methods, interpolate e…
-
**ORIGINATOR**
*Please follow the steps below to open an issue for the MTL Workgroups to address. Be sure to provide a descriptive title for the issue when saving.*
**Step 1** - Please assign th…
-
-
```
>>> conv = nn.Conv3d(3, 64, kernel_size=(1, 7, 7), stride=(1, 2, 2), padding=(0, 3, 3), bias=False).cuda()
>>> x = torch.FloatTensor(48, 3, 64, 224, 224).cuda()
>>> conv(x).max()
Traceback (mo…
-
Using the [SciPy lstsq](https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.lstsq.html#scipy.linalg.lstsq) method, I can compute a solution to the problem Ax = b:
```
from scipy.lina…
-
Presently all example (image) data are rendered in black-and-white in the `Slice` view.
Is it a planned feature to allow showing colored slices?