Michael Tu

Results 15 comments of Michael Tu

The MP-CNN portion is done in #111 and improved in #119. @daemon I think for VDPWI you just need to store the models in [Castor-models](https://git.uwaterloo.ca/jimmylin/Castor-models/tree/master) and put in the instructions...

Currently I made a global conda installation at `/anaconda3`. For new dragon users, all they need to do to start using Conda & PyTorch with GPU is to add the...

Hi, please refer to the instructions in #134. That issue is for another model, MP-CNN, but it should work the same way. If you have more questions let us know!

Seems that your label is binary. How about processing your data by converting "5" to "1" so you only have 0s and 1s. Then you can take a look at...

Or we can directly install `tensorflow` even for macOS since starting from 2.13 it appears the arm64 wheels are included with `tensorflow` on pypi: https://pypi.org/project/tensorflow/2.15.0/#files.