Jayanth Siddamsetty

Results 3 issues of Jayanth Siddamsetty

I have a training set with 50k source images and 1k target images. Is DANN a good approach for this use case? If not, what is your recommendation?

Hi, I would like to extract features and the endpoints in one pass like in the original implementation. ``` import efficientnet_builder features, endpoints = efficientnet_builder.build_model_base(images, 'efficientnet-b0') ``` Can I call...

I have some image time series of length 730 time steps. I tried with multiple examples but I still get `-2 corresponds to not enough data for a pixel` for...