Avinash

Results 21 issues of Avinash

Is it possible to save checkpoints based on validation loss or any defined validation metric?

Is it possible to add class specific weights in cross entropy loss? what variables in config files correspond to these weights?

Are there any python api's for set start and end location in an environment? Is there any way to get current location of agent w.r.t to start point?

Is it possible to manually trigger/change env.is_running() status?

Planning to shift to web-based or electron-based UI for brain tumor segmentation tool

help wanted

I'm trying to run gradcam analysis on the network with multiple input heads, but facing errors like: ``` seed_input = X2) File "/home/brats/miniconda3/envs/dl/lib/python3.6/site-packages/vis/visualization/saliency.py", line 245, in visualize_cam return visualize_cam_with_losses(model.input, losses,...

@lucidrains Thanks for this repository. I'm trying this script for generating Morpho-MNIST digits (MNIST with tweaking morphology like thickness and intensity), image size 32x32, 3 channels. Even after training for...