Nick Keepfer
Results
2
issues of
Nick Keepfer
It seems the UNet implementation only works with inputs with channel-size 3 ``` Status `/private/var/folders/98/8xz00xq10hq7kdrdvdjd1jy00000gn/T/jl_EZ324U/Project.toml` [dbeba491] Metalhead v0.8.0 [44cfe95a] Pkg v1.8.0 ``` ```julia using Metalhead UNet((128,128),1,3,Metalhead.backbone(DenseNet(121))) ``` `ERROR: DimensionMismatch: layer...
bug
# Problem I'm using DBSCAN to find clusters in a 3D dataset that varies with time. Every now and again (0) dbscan[dbscan.>0] .= 1.0 # Plot DBSCAN results alongside the...