training preview window not showing #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, i was able to run the whole thing until the training process, once the model starts training process, all goes well inside Mac shell but no training preview window is showing up, so I can't press "enter" to stop training and save my model. Does anyone knows why this is happening and how can it be solved? Thanks!
In the linux version if you have ipython installed the code identifies your platform as colab and removes the training preview. You can try uninstalling that package or looking for is_colab in the code and comment it.