-
#### Issue description
When rebuilding version `6.8` (for the Arch Linux package) I stumbled upon further flaky integration tests: `test_movie_genres_if_single_should_be_a_list_of_genre_names`, `te…
dvzrv updated
4 years ago
-
I was wondering if this script is going to be updated, I can't seem to find out how to fix my error.
Thanks
-
with open('requirements.txt') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
----------------------------------------
Command "python setup.py egg_info"…
-
#### Issue description
Movie datasets quotes, goofs, and faqs return as empty
#### Version of Cinemagoer, Python and OS
OS:
Ubuntu 22.04.3, Linux 6.1.57, _and_
FreeBSD 14
Python version:…
ghost updated
8 months ago
-
Hi,
the addon stoped import new content from imdb, i think imdb changed somthing.
Ty
-
Hi
I am new to Caffe. I am interested in applying faster RCNN on face detection applications.
I am curious to know in the faster RCNN model how is the bbox (bounding box coordinate being applied an…
-
Hi, when I run ```sh train_dist_faster.sh``` on Ubuntu 16.04&Python 3.6&tensorflow1.8, I got this:
```
+ set -e
+ export PYTHONUNBUFFERED=True
+ PYTHONUNBUFFERED=True
+ GPU_ID=0
+ DATASET=coco…
13052 updated
5 years ago
-
This is a suggestion. For renaming start by getting the name from the disk and then display it to the user with the option to edit it and then do an IMDB search and show the top 5 results. Then it is …
-
I passed a valid imdb movie id - tt2152198 and ran the code as written
$python imdb.py tt2152198
It started the flask server but does not return any JSON object
-
When we prepare the train and test datasets, we slice the IMDB dataset dataframe with the .loc method (slicing using the index).
```
X_train = df.loc[:25000, 'review'].values
y_train = df.loc[:2…