- London, UK
-
15:54
(UTC +01:00) - https://wyli1072.appspot.com/
Highlights
- Pro
Block or Report
Block or report wyli
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
NiftyNet Public
Forked from NifTK/NiftyNet
An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
Python 2
-
-
cuda-convnet Public
Forked from dnouri/cuda-convnet
Fork of Alex Krizhevsky's cuda-convnet. Adds dropout.
Cuda 1
-
tensorflow Public
Forked from tensorflow/tensorflow
Computation using data flow graphs for scalable machine learning
C++ 1
2,020 contributions in the last year
Activity overview
Contribution activity
June 2023
Created 8 commits in 2 repositories
Created a pull request in conda-forge/monai-feedstock that received 2 comments
releasing 1.2.0
Checklist Used a personal fork of the feedstock to propose changes Bumped the build number (if the version is unchanged) Reset the build numbe…
Opened 5 other pull requests in 2 repositories
Project-MONAI/MONAI
4
merged
Project-MONAI/MetricsReloaded
1
open
Reviewed 14 pull requests in 3 repositories
Project-MONAI/MONAI
7 pull requests
- Fixes ensembling with sigmoid
-
Remove usage of deprecated
AsChannelFirst
,AddChannel
, andSplitChannel
- Added (Rand)ScaleScaleIntensityFixedMean(d) and modified (Rand)AdjustContrast(d)
-
Update docstring for
include_background
- Fix infer files < world size bug
- auto updates
- 6151 update changelog for v1.2
Project-MONAI/research-contributions
5 pull requests
Project-MONAI/tutorials
2 pull requests
Created an issue in Project-MONAI/MONAI that received 1 comment
LazyTrait and apply_transform API issue
Describe the bug
The pattern of invoking transforms with a lazy
parameter depending on isinstance(transform, LazyTrait)
is problematic
MONAI/mon…