Git Product home page Git Product logo

bix-nas's People

Contributors

magnoliaw avatar tiangexiang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bix-nas's Issues

A question about the BiO-Net++

Dear author:

Your team has made great contributions to the development of medical image segmentation, such as BiO-Net, BiX-NAS and so on. 
I have a question about the BiO-Net++. BiO-Net++ adds a lot of dense connections between encode blocks and decode blocks on the basis of BiO-Net. Why is the number of parameters two orders of magnitude less than that of BiO-Net?

image

Hope to get your answer, thank you very much.

GPU memory cost and reported MACs.

Thanks for your extraordinary work !

At Phase2, it goes well when 15 subnetworks are sampled at iteration 5.
But when it goes to interation 4, the subnetworks tripled as 3 networks in pareto front are obtained in previous iter.
45 subnetworks causes an OOM error in a single NVIDIA GeForce RTX 2080 Ti (11GB) in my case.
How much GPU memory does it run the whole experiment pipeline ?

I am able to reproduce the MoNuSeg mIoU and DICE for phase1 search. Parameters are the same, but the reported MACs in the training log seems 15-20x as the paper shows. It's because MACs are caculated with a smaller input size (resolution) to align with other works ?

best,

Hi, thanks for your outstanding work and would you give me any suggestions how to resize the image size during the training phase such (224, 244). Besides, your iaa augmentation technique technique don't work for me to resize the image. Further, i tried different augmentation techniques to resize the image size but unfortunately received the errors from dataloaders.

Below Replace with the IAA augmented method
transform = torchvision.transforms.Compose([
transforms.Resize((224, 224)),
transforms.ColorJitter(hue=.05, saturation=.05),
transforms.RandomHorizontalFlip(),
transforms.RandomRotation(20, resample=PIL.Image.BILINEAR),
transforms.ToTensor()
])

x, y = self.transforms(images=self.x[None, index], segmentation_maps=self.y[None, index])
TypeError: call() got an unexpected keyword argument 'images'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.