dmmiller612 / sparktorch

Train and run Pytorch models on Apache Spark.
MIT License
339 stars 44 forks source link

Why I am not seeing prints for different iterations in my jupyter notebook? #33

Open hassledzebra opened 1 year ago

hassledzebra commented 1 year ago

I am running sparktorch on AWS with a jupyter notebook. But I am not able to see any outputs (e.g. printing loss) for different iterations. There is however code in distributed.py for doing this. Any suggestions?