Proper pytorch check

This commit is contained in:
n00mkrad
2022-07-04 10:14:31 +02:00
parent 16aef55e64
commit c8744f26f9
5 changed files with 14 additions and 9 deletions

View File

@@ -270,7 +270,7 @@ namespace Flowframes
void InitAis()
{
bool pytorchAvailable = Python.HasEmbeddedPyFolder() || Python.IsSysPyInstalled();
bool pytorchAvailable = Python.IsPytorchReady();
foreach (AI ai in Implementations.networks)
{