We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca1b08 commit 0389855Copy full SHA for 0389855
src/main/java/io/bioimage/modelrunner/pytorch/JavaWorker.java
@@ -29,6 +29,7 @@ public class JavaWorker {
29
* args of the parent process
30
*/
31
public static void main(String[] args) {
32
+ System.clearProperty("PYTORCH_FLAVOR");
33
34
try(Scanner scanner = new Scanner(System.in)){
35
PytorchInterface pi;
0 commit comments