Akhila
Akhila
I don't have enough RAM to train this model again. Is there any way to use this model to do inference on my data?
If I use `luna_dataset = Dataset(index=luna_index, batch_class=CTImagesBatch)` I am getting below error `--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in 1 luna_dataset = Dataset(index=luna_index, batch_class=CTImagesBatch) ----> 2 batch = (luna_dataset...
Even after training for many epoch accuracy is remaining 0. Epoch 50/199 ---------- 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3378/3378 [20:02
Hi, I am trying to reproduce your Model. I successfully trained 2DCNN and when I am trying to predict using predict.py ( 2DCNN/src/predict.py). It is using Images from folder **train_concat_3images_256**...
Can you show us the steps to do inference using this model?