TynClause

Results 4 comments of TynClause

You should open a terminal to use that or you can type it in cell using "!" ( ! AIAA -h) ![Screenshot from 2021-08-14 14-54-30](https://user-images.githubusercontent.com/41104148/129439316-7827e1cc-c7b0-4838-affb-b63c69ceb4c7.png) ![Screenshot from 2021-08-14 14-47-25](https://user-images.githubusercontent.com/41104148/129439192-906f54ed-42aa-45b2-8759-3a38212c69f4.png)

hmm... I think yes because Clara SDK training is build to be image file docker, so to use that you should start that from docker ![Screenshot from 2021-08-20 18-58-37](https://user-images.githubusercontent.com/41104148/130229868-95791f38-9978-46d7-9f2b-741dcfc84f7b.png)

I think you haven't installed the module named `intel_extension_for_pytorch`. You can refer to it here: https://github.com/intel/intel-extension-for-pytorch.

@popovidis Based on your error message, `ValueError: num_samples should be a positive integer value, but got num_samples=0` means the data is not loaded, so the num_samples is 0. You can...