Kai Huang

Results 136 comments of Kai Huang

Seems on colab local mode also have this issue....

![image](https://user-images.githubusercontent.com/21994046/180911690-5884813f-ae2f-4e55-8e95-0ca6d763949c.png)

> > Xshards now does not support 1) shuffle dataframe, 2) astype (data type change), 3) train_test_split, 4) duplicate whole dataframe according to one column. > > I think for...

> Updated the code to change the mllib vectors type to array, I think if it's for change the array type to pytorch tensor type, we may need use `transform_shard`...

The behavior for PyTorch Dataset and DataLoader is as follows: - If getitem in Dataset returns a list of single features, then DataLoader will return a list of 1D torch...

Need to expose the tutorial in our document page?

Fix https://github.com/intel-analytics/BigDL/issues/4538

@qiuxin2012 Could you take a look at this issue? If there are extra files, do we need to manually add to PYTHONPATH? As in the Python side, the currently working...

Then we will add export PYTHONPATH in our README for this example. Do you think you need to add this in the document somewhere? @qiuxin2012

Add `export PYTHONPATH=/the/path/to/brainMRI:$PYTHONPATH` in README. Fixed.