baicenxiao

Results 4 issues of baicenxiao

## ❓Question I converted a simple nerual network containing LSTM from Pytorch to mlmodel, and set only the last fully-connected layer to be updatable. Using this updatable model, **I can...

bug
on-device update

## ❓Question I converted a toy Pytorch regression model to CoreML mlmodel using coremltools and set it to be updatable with mean_squared_error_loss. But when testing the training, the `context.metrics[.lossValue]` in...

question
on-device update
PyTorch (traced)

Dear author, thanks for sharing the great work! I have a question with the config file and the results. I tried to reproduce the result on Jung data reported in...

Dear authors, thanks for sharing the SD7K dataset! I have downloaded the [compressed version of the data](https://1drv.ms/u/s!Avp0JjwC1wv5jhx6TxHfjlL4BMuA?e=GFTcze), but when run `python train.py` with the default config file, I see ValueError:...