qianjiangcn
qianjiangcn
Hi, thank you for the code. The provided scripts seem to be for training only. Is meta test also included in the scripts? Or I should just change the json...
I am running issues when using the example jupyter notebook: TypeError Traceback (most recent call last) in ----> 1 dataset = Dataset.from_xml(Path("data/xml_example")) ~/anaconda3/lib/python3.6/site-packages/imantics/dataset.py in from_xml(cls, xml_folder, name) 27 xml =...
Hi I am trying to train 3D segmentation network and using the Vnet config file in the github repo. But the result seems that it is not training at all...
Hi, thank you for sharing this great work for NAS! While running the following command for generating configs: `awnas gen-sample-config -r nasbench-101 -d image ./sample_nb101.yaml` I get error: Error: Invalid...
Hi all, The DARTS repo is a great codebase but we found some version issues running it. We made few changes to make it compatible for most recent PyTorch and...