We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5be3f commit 096025cCopy full SHA for 096025c
.github/workflows/CI.yml
@@ -44,8 +44,8 @@ jobs:
44
- 'AlexNet|VGG'
45
- 'GoogLeNet|SqueezeNet|MobileNet|MNASNet'
46
- 'EfficientNet'
47
- - 'ResNet|WideResNet'
48
- - 'ResNeXt' # split off from ResNet to reduce overall runtime
+ - '^ResNet|WideResNet'
+ - '^ResNeXt' # split off from ResNet to reduce overall runtime
49
- 'SEResNet|SEResNeXt'
50
- 'Res2Net|Res2NeXt'
51
- 'Inception'
test/runtests.jl
@@ -1,4 +1,5 @@
1
using Metalhead: Metalhead
2
+using CUDA
3
4
# TODO account for GPU tests using name or tag filter
5
# TODO write GPU tests!
0 commit comments