dongheon.david.lee
dongheon.david.lee
diabetic_retionpathy_diagnosis.ipyb has an issue. I installed tfp-nightly, TF 2.1, but such error happens. This code is TF 2.0-beta version, and is this the issue?
I tried training the older version model. The images are grey-scale image, but the performance is lower than U-Net. it's weired I experimented fixed the params. - Image size =...
I'd like to apply pre-trained model on my datasets. But validation datasets are required image and bbox(json) file both as well. The loading gt_bbox codes are linked each other and...
Compared to the normal training process, train acc continues to increase and losses should continue to decline. However, the ENAS process shows that there are periodically periods in which the...
Finally, I trained own datasets and save .meta files. Now I loaded the trained files and trying to inference on test datasets, but cannot find and load a last logits...
I'm trying to evaluate my dataset using pavpu.py Could you upload npy files ('label', 'pred', 'std') in def main(): or show type and shape? @ex.automain def main(): label = np.load("/data/wg-cee-dev-dgx/output/bcnn/predict/graphite/Litarion/test_targets.npy")[324]...