valentin urena commited on
Commit
5138881
·
verified ·
1 Parent(s): 17fca8c

Update chess_board.py

Browse files
Files changed (1) hide show
  1. chess_board.py +7 -0
chess_board.py CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  import chess
2
  import chess.svg
3
  import time
 
1
+ # import os
2
+ # os.environ["KERAS_BACKEND"] = "torch" # "jax", "torch" or "tensorflow"
3
+
4
+ import keras_nlp
5
+ import keras
6
+ import torch
7
+
8
  import chess
9
  import chess.svg
10
  import time