Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
remove unused codes
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Oct 11, 2019
1 parent 02c96b0 commit a591b89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnes/encoder/video/inception.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def post_init(self):
import tensorflow as tf
from ..image.inception_cores.inception_v4 import inception_v4
from ..image.inception_cores.inception_utils import inception_arg_scope
from .mixture_core.model import NetFV
import os
os.environ['CUDA_VISIBLE_DEVICES'] = str(get_first_available_gpu())

Expand Down

0 comments on commit a591b89

Please sign in to comment.